mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-15 04:29:37 +01:00
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user