Update nuxt.config.ts

This commit is contained in:
iLay1678 2024-12-06 14:29:34 +08:00 committed by GitHub
parent ead447d0b3
commit f5a8e452f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,10 +3,6 @@ export default defineNuxtConfig({
compatibilityDate: '2024-11-01',
devtools: { enabled: true },
nitro: {
preset: "./cloudflare-preset"
},
experimental: {
},
@ -51,4 +47,4 @@ export default defineNuxtConfig({
css: [
'@/assets/css/main.scss'
]
})
})