Implementing Drizzle to add views and like for post

This commit is contained in:
2024-06-30 14:30:15 +02:00
parent 0faa737863
commit 5af447e4a9
14 changed files with 977 additions and 943 deletions

View File

@@ -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: {