mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-30 05:28:46 +01:00
Implementing Drizzle to add views and like for post
This commit is contained in:
@@ -9,17 +9,21 @@ export default defineNuxtConfig({
|
||||
'@nuxt/content',
|
||||
'@vueuse/nuxt',
|
||||
'@nuxtjs/google-fonts',
|
||||
'@nuxthq/studio',
|
||||
'@nuxt/image'
|
||||
'@nuxthq/studio'
|
||||
],
|
||||
|
||||
hub: {
|
||||
cache: true,
|
||||
kv: true
|
||||
kv: true,
|
||||
database: true,
|
||||
analytics: true
|
||||
},
|
||||
|
||||
app: {
|
||||
pageTransition: { name: 'page', mode: 'out-in' }
|
||||
pageTransition: { name: 'page', mode: 'out-in' },
|
||||
head: {
|
||||
htmlAttrs: { lang: 'en' }
|
||||
}
|
||||
},
|
||||
|
||||
content: {
|
||||
@@ -35,7 +39,6 @@ export default defineNuxtConfig({
|
||||
|
||||
ui: {
|
||||
icons: ['heroicons', 'logos', 'ph']
|
||||
|
||||
},
|
||||
|
||||
devtools: {
|
||||
|
||||
Reference in New Issue
Block a user