Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-12-22 23:09:21 +01:00
parent c04bf9f82b
commit e0589826bb
31 changed files with 407 additions and 180 deletions

View File

@@ -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
}
},