fix stale data fetching

This commit is contained in:
Zoe
2024-04-23 20:14:40 -05:00
parent 8edfd63628
commit 523238ca99
3 changed files with 22 additions and 12 deletions

View File

@@ -69,4 +69,14 @@ export default defineNuxtConfig({
autoprefixer: {},
},
},
router: {
options: {
strict: false
}
},
sourcemap: false,
ssr: true
})