diff --git a/nuxt.config.ts b/nuxt.config.ts index 24a442a..b87f901 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -19,6 +19,11 @@ export default defineNuxtConfig({ htmlAttrs: { class: "dark", }, + link: [ + { rel: "icon", type: "image/x-icon", href: "/favicon.ico" }, + { rel: "icon", type: "image/png", href: "/favicon.png" }, + { rel: "icon", type: "image/svg+xml", href: "/favicon.svg" }, + ], }, }, devtools: { enabled: true }, diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..d783dd1 Binary files /dev/null and b/public/favicon.png differ diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..a38cad5 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + +