From a1caac47c5ebb32a168c42dae497f7b935df8854 Mon Sep 17 00:00:00 2001 From: Harlan Wilton Date: Tue, 18 Mar 2025 20:01:19 +1100 Subject: [PATCH] docs: broken 404 pages (#3598) --- docs/nuxt.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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