mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
docs: enable crawlLinks with exclude patterns (#2246)
This commit is contained in:
@@ -90,8 +90,22 @@ export default defineNuxtConfig({
|
||||
'/getting-started'
|
||||
// '/api/releases.json',
|
||||
// '/api/pulls.json'
|
||||
]
|
||||
],
|
||||
crawlLinks: true
|
||||
// ignore: !process.env.NUXT_GITHUB_TOKEN ? ['/pro'] : []
|
||||
},
|
||||
cloudflare: {
|
||||
pages: {
|
||||
routes: {
|
||||
exclude: [
|
||||
'/components/*',
|
||||
'/getting-started/*',
|
||||
'/composables/*',
|
||||
'/api/*',
|
||||
'/__og-image__/*'
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user