From 97763a714df2987cf2ed4c54e3ae6f492e73da8f Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Wed, 25 Feb 2026 20:50:14 +0100 Subject: [PATCH] feat: add favicon --- nuxt.config.ts | 5 +++++ public/favicon.svg | 51 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 public/favicon.svg diff --git a/nuxt.config.ts b/nuxt.config.ts index 8c6d046..017488e 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -13,6 +13,11 @@ export default defineNuxtConfig({ "@nuxt/ui", "@nuxt/image", ], + app: { + head: { + link: [{ rel: "icon", type: "image/svg+xml", href: "/favicon.svg" }], + }, + }, css: ["~/assets/app.css"], ssr: false, routeRules: { diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..ff83b91 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +