mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
Working on arthome
This commit is contained in:
@@ -35,7 +35,8 @@ export default defineNuxtConfig({
|
||||
hub: {
|
||||
cache: true,
|
||||
analytics: true,
|
||||
database: true,
|
||||
blob: true,
|
||||
kv: true,
|
||||
},
|
||||
|
||||
// Nuxt Icon
|
||||
@@ -79,6 +80,10 @@ export default defineNuxtConfig({
|
||||
lang: '',
|
||||
units: '',
|
||||
},
|
||||
postgres: {
|
||||
url: '',
|
||||
dir: './server/db',
|
||||
},
|
||||
public: {
|
||||
mapbox: {
|
||||
style: '',
|
||||
|
||||
Reference in New Issue
Block a user