mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +01:00
@@ -37,6 +37,11 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
|
|
||||||
content: {
|
content: {
|
||||||
|
database: {
|
||||||
|
type: 'd1',
|
||||||
|
binding: 'DB'
|
||||||
|
},
|
||||||
|
|
||||||
build: {
|
build: {
|
||||||
markdown: {
|
markdown: {
|
||||||
highlight: {
|
highlight: {
|
||||||
@@ -111,7 +116,8 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
|
|
||||||
hub: {
|
hub: {
|
||||||
cache: true
|
cache: true,
|
||||||
|
database: true
|
||||||
},
|
},
|
||||||
|
|
||||||
componentMeta: {
|
componentMeta: {
|
||||||
|
|||||||
Reference in New Issue
Block a user