fix: fix in low browser 400 Bad Request

This commit is contained in:
luquechen 2024-09-18 20:21:07 +08:00
parent 5faf720b42
commit 2350daee17
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ function fetchManifest () {
throw new Error('[nuxt] app manifest should be enabled with `experimental.appManifest`')
}
manifest = $fetch<NuxtAppManifest>(buildAssetsURL(`builds/meta/${useRuntimeConfig().app.buildId}.json`), {
method: 'get',
responseType: 'json',
})
manifest.then((m) => {