mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-03 13:47:55 +01:00
docs(nuxt.config): disable prerender
This commit is contained in:
@@ -86,14 +86,14 @@ export default defineNuxtConfig({
|
|||||||
nitro: {
|
nitro: {
|
||||||
prerender: {
|
prerender: {
|
||||||
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'
|
||||||
],
|
]
|
||||||
crawlLinks: true,
|
// crawlLinks: true,
|
||||||
autoSubfolderIndex: false
|
// autoSubfolderIndex: false
|
||||||
// ignore: !process.env.NUXT_GITHUB_TOKEN ? ['/pro'] : []
|
// ignore: !process.env.NUXT_GITHUB_TOKEN ? ['/pro'] : []
|
||||||
},
|
},
|
||||||
cloudflare: {
|
cloudflare: {
|
||||||
|
|||||||
Reference in New Issue
Block a user