mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
|
export default defineNuxtConfig({
|
||
|
ssr: false,
|
||
|
devtools: { enabled: false },
|
||
|
spaLoadingTemplate: true,
|
||
|
compatibilityDate: '2024-06-28',
|
||
|
})
|