@@ -0,0 +1,17 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: "2025-07-15",
|
||||
devtools: { enabled: true },
|
||||
ogImage: {
|
||||
zeroRuntime: true
|
||||
},
|
||||
|
||||
modules: [
|
||||
"@nuxt/eslint",
|
||||
"@nuxtjs/i18n",
|
||||
"@nuxtjs/seo",
|
||||
"@element-plus/nuxt",
|
||||
"@nuxtjs/tailwindcss",
|
||||
"@vueuse/nuxt"
|
||||
]
|
||||
});
|
||||
Reference in New Issue
Block a user