Skip to content

Commit

Permalink
docs: add api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien committed Sep 13, 2024
1 parent 823997a commit fb21a2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/content/docs/3.api/5.nuxt-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit fb21a2e

Please sign in to comment.