Co-Authored-By: Sébastien Chopin <seb@nuxt.com>
This commit is contained in:
Benjamin Canac
2024-11-26 18:04:24 +01:00
parent a7a4824ece
commit ebaf4c530b

View File

@@ -37,6 +37,11 @@ export default defineNuxtConfig({
},
content: {
database: {
type: 'd1',
binding: 'DB'
},
build: {
markdown: {
highlight: {
@@ -111,7 +116,8 @@ export default defineNuxtConfig({
},
hub: {
cache: true
cache: true,
database: true
},
componentMeta: {