fix: pinia store without skipHydrate
breaks SSG prerender
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
"@mendable/firecrawl-js": "^1.16.0",
|
||||
"@nuxt/ui": "3.0.0-alpha.12",
|
||||
"@nuxtjs/color-mode": "^3.5.2",
|
||||
"@pinia/nuxt": "^0.9.0",
|
||||
"@pinia/nuxt": "^0.10.0",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@tavily/core": "^0.0.3",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
@ -28,6 +28,7 @@
|
||||
"marked": "^15.0.7",
|
||||
"nuxt": "^3.15.4",
|
||||
"p-limit": "^6.2.0",
|
||||
"pinia": "^3.0.0",
|
||||
"tailwindcss": "^4.0.5",
|
||||
"vue": "latest",
|
||||
"vue-router": "latest",
|
||||
|
Reference in New Issue
Block a user