feat: enable async context + patch i18n to be more resilient (#5084)

* feat: enable async context

* feat: improve handling of $i18n defining (patch)
This commit is contained in:
Calum H.
2026-01-10 12:43:21 -05:00
committed by GitHub
parent 0b60060f65
commit b55b7fdc1c
4 changed files with 25 additions and 3 deletions

View File

@@ -300,6 +300,9 @@ export default defineNuxtConfig({
},
compatibilityDate: '2025-01-01',
telemetry: false,
experimental: {
asyncContext: true,
},
})
function getApiUrl() {