@@ -53,7 +53,7 @@ function parseAndFormatDate(dateString: string): string {
:image="getImageLink()"
:date="parseAndFormatDate(gallery.createdAt)"
:title="gallery.name"
- :to="`/galleries/${gallery.id}`"
+ :to="`/medias/${gallery.id}`"
/>
There are no galleries under this category.
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 522e655..a4d717c 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -7,6 +7,10 @@ export default defineNuxtConfig({
devtools: { enabled: true },
extends: ['@nuxt/ui-pro'],
+ colorMode: {
+ preference: 'light'
+ },
+
modules: [
"@nuxt/ui",
"@nuxt/fonts",