fix: pinia store without skipHydrate breaks SSG prerender

This commit is contained in:
AnotiaWang
2025-02-12 11:09:22 +08:00
parent a7e4124620
commit c3c4689d6d
4 changed files with 38 additions and 18 deletions

View File

@ -26,5 +26,4 @@ export default defineNuxtConfig({
css: ['~/assets/css/main.css'],
compatibilityDate: '2024-11-01',
devtools: { enabled: true },
ssr: false, // FIXME
})