mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 22:41:42 +01:00
docs(nuxt.config): disable prerender
This commit is contained in:
@@ -86,14 +86,14 @@ export default defineNuxtConfig({
|
||||
nitro: {
|
||||
prerender: {
|
||||
routes: [
|
||||
'/getting-started',
|
||||
// '/getting-started',
|
||||
'/api/countries.json',
|
||||
'/api/locales.json'
|
||||
// '/api/releases.json',
|
||||
// '/api/pulls.json'
|
||||
],
|
||||
crawlLinks: true,
|
||||
autoSubfolderIndex: false
|
||||
]
|
||||
// crawlLinks: true,
|
||||
// autoSubfolderIndex: false
|
||||
// ignore: !process.env.NUXT_GITHUB_TOKEN ? ['/pro'] : []
|
||||
},
|
||||
cloudflare: {
|
||||
|
||||
Reference in New Issue
Block a user