We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292bd8e commit 83d4a6bCopy full SHA for 83d4a6b
docs/nuxt.config.ts
@@ -17,6 +17,7 @@ export default defineNuxtConfig({
17
async (_, nuxt) => {
18
// build time for caching
19
const { contributors } = await $fetch(`https://api.nuxt.com/modules/scripts`)
20
+ .catch(() => ({ contributors: [] }))
21
nuxt.options.runtimeConfig.public.contributors = contributors.map(m => m.id)
22
},
23
],
0 commit comments