테마 깜빡임·로딩 스플래시 및 메인 커버 저장 흐름 수정
head 인라인 스크립트로 data-theme 선적용, 로고 캐시 스플래시 추가. 메인 커버는 업로드 후 저장 버튼에서 이미지·텍스트 일괄 반영. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
import { buildSiteBootInlineScript } from './lib/site-theme-init.js'
|
||||
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2026-04-29',
|
||||
future: {
|
||||
@@ -42,6 +44,14 @@ export default defineNuxtConfig({
|
||||
meta: [
|
||||
{ name: 'description', content: 'sori.studio 개인 블로그' },
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
|
||||
],
|
||||
script: [
|
||||
{
|
||||
key: 'site-boot',
|
||||
type: 'text/javascript',
|
||||
tagPriority: 'critical',
|
||||
innerHTML: buildSiteBootInlineScript()
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user