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