mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
fix: fix in low browser 400 Bad Request
This commit is contained in:
parent
5faf720b42
commit
2350daee17
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user