From ebaf4c530bb4dbe1cf9ca8af3ff07a33368397b9 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 26 Nov 2024 18:04:24 +0100 Subject: [PATCH] up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Sébastien Chopin --- docs/nuxt.config.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index d8842372..2534d8ea 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -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: {