mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-14 12:07:45 +01:00
fix: remove unused content configuration from nuxt.config.ts
This commit is contained in:
@@ -30,13 +30,6 @@ export default defineNuxtConfig({
|
|||||||
db: 'sqlite',
|
db: 'sqlite',
|
||||||
},
|
},
|
||||||
|
|
||||||
content: {
|
|
||||||
database: {
|
|
||||||
type: 'd1',
|
|
||||||
bindingName: 'artapi'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
ui: {
|
ui: {
|
||||||
theme: {
|
theme: {
|
||||||
colors: [
|
colors: [
|
||||||
|
|||||||
Reference in New Issue
Block a user