mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-01 12:47:57 +01:00
docs: broken 404 pages (#3598)
This commit is contained in:
@@ -105,9 +105,10 @@ export default defineNuxtConfig({
|
|||||||
routes: [
|
routes: [
|
||||||
'/getting-started',
|
'/getting-started',
|
||||||
'/api/countries.json',
|
'/api/countries.json',
|
||||||
'/api/locales.json'
|
'/api/locales.json',
|
||||||
// '/api/releases.json',
|
// '/api/releases.json',
|
||||||
// '/api/pulls.json'
|
// '/api/pulls.json'
|
||||||
|
'/404.html'
|
||||||
],
|
],
|
||||||
crawlLinks: true,
|
crawlLinks: true,
|
||||||
autoSubfolderIndex: false
|
autoSubfolderIndex: false
|
||||||
|
|||||||
Reference in New Issue
Block a user