mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 13:54:05 +01:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -33,6 +33,13 @@ export default defineNuxtConfig({
|
||||
fallback: 'light'
|
||||
},
|
||||
|
||||
content: {
|
||||
database: {
|
||||
type: 'd1',
|
||||
bindingName: 'DB'
|
||||
}
|
||||
},
|
||||
|
||||
mdc: {
|
||||
headings: {
|
||||
anchorLinks: false
|
||||
@@ -83,9 +90,11 @@ export default defineNuxtConfig({
|
||||
|
||||
nitro: {
|
||||
preset: 'cloudflare_module',
|
||||
experimental: {
|
||||
openAPI: true
|
||||
},
|
||||
|
||||
prerender: {
|
||||
routes: ['/'],
|
||||
crawlLinks: true
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user