docs: broken 404 pages (#3598)

This commit is contained in:
Harlan Wilton
2025-03-18 20:01:19 +11:00
committed by GitHub
parent fad715d8df
commit a1caac47c5

View File

@@ -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