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 4a9fc40 commit d8b79f1Copy full SHA for d8b79f1
docs/nuxt.config.ts
@@ -17,7 +17,6 @@ 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