@@ -2,6 +2,20 @@
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: "2025-07-15",
|
||||
devtools: { enabled: true },
|
||||
|
||||
app: {
|
||||
head: {
|
||||
title: 'AI Art Studio',
|
||||
titleTemplate: '%s',
|
||||
htmlAttrs: {
|
||||
lang: 'zh-CN'
|
||||
},
|
||||
meta: [
|
||||
{ name: 'description', content: 'AI Art Studio' }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
ogImage: {
|
||||
zeroRuntime: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user