From fb21a2e0756ce9b73092732cb12c5ed0b9dc5bc7 Mon Sep 17 00:00:00 2001 From: Julien Huang Date: Fri, 13 Sep 2024 12:25:40 +0200 Subject: [PATCH] docs: add api doc --- docs/content/docs/3.api/5.nuxt-config.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.