diff --git a/docs/content/docs/3.api/5.nuxt-config.md b/docs/content/docs/3.api/5.nuxt-config.md index 206f198d..69b89157 100644 --- a/docs/content/docs/3.api/5.nuxt-config.md +++ b/docs/content/docs/3.api/5.nuxt-config.md @@ -49,3 +49,10 @@ Disables the Nuxt Scripts module. - Default: `false` Enable to see debug logs. + +## `fallbackOnSrcOnBundleFail ` + +- Type: `boolean` +- Default: `false` + +Fallback to the remote src URL when `bundle` fails when enabled. By default, the bundling process stops if the third-party script can't be downloaded.