사이트 광고 슬롯 설정 추가

This commit is contained in:
2026-06-05 15:43:57 +09:00
parent 928b8446b4
commit 9a4820e69c
16 changed files with 408 additions and 7 deletions

View File

@@ -37,6 +37,10 @@ export const getDefaultSiteSettings = () => {
adsTxt: '',
customHeadCode: '',
customFooterCode: '',
adHomeFeedCode: '',
adSidebarCode: '',
adPostTopCode: '',
adPostBottomCode: '',
updatedAt: null
}
}