diff --git a/layouts/landing.vue b/layouts/landing.vue index 7584565..431a807 100644 --- a/layouts/landing.vue +++ b/layouts/landing.vue @@ -6,7 +6,7 @@ :src="baseUrl + backdrop.url" :imgAttrs="{ class: 'w-full h-full object-cover object-center' }" /> - +
diff --git a/nuxt.config.ts b/nuxt.config.ts index fd138cb..a6a601d 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -13,7 +13,7 @@ export default defineNuxtConfig({ { hid: "description", name: "description", content: "" }, { name: "format-detection", content: "telephone=no" }, ], - link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.svg" }], + link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.png" }], }, }, diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..51628bc Binary files /dev/null and b/public/favicon.png differ