diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index ae156838..412762b7 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -105,9 +105,10 @@ export default defineNuxtConfig({ routes: [ '/getting-started', '/api/countries.json', - '/api/locales.json' + '/api/locales.json', // '/api/releases.json', // '/api/pulls.json' + '/404.html' ], crawlLinks: true, autoSubfolderIndex: false