mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-15 12:39:35 +01:00
Compare commits
4 Commits
docs/ai-se
...
docs/prere
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84fc8c7c88 | ||
|
|
1becead74e | ||
|
|
ebaf4c530b | ||
|
|
a7a4824ece |
@@ -37,6 +37,11 @@ export default defineNuxtConfig({
|
||||
},
|
||||
|
||||
content: {
|
||||
database: {
|
||||
type: 'd1',
|
||||
binding: 'DB'
|
||||
},
|
||||
|
||||
build: {
|
||||
markdown: {
|
||||
highlight: {
|
||||
@@ -86,32 +91,28 @@ 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: {
|
||||
pages: {
|
||||
routes: {
|
||||
exclude: [
|
||||
'/components/*',
|
||||
'/getting-started/*',
|
||||
'/composables/*',
|
||||
'/api/*'
|
||||
]
|
||||
exclude: []
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
hub: {
|
||||
cache: true
|
||||
cache: true,
|
||||
database: true
|
||||
},
|
||||
|
||||
componentMeta: {
|
||||
|
||||
Reference in New Issue
Block a user