From 3f60015b82778cf0c15b79f6c6866e1f5db9693b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E5=85=83=E7=9A=93?= Date: Mon, 12 May 2025 11:31:19 +0800 Subject: [PATCH] Add icon. --- nuxt.config.ts | 1 + public/favicon.svg | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 public/favicon.svg diff --git a/nuxt.config.ts b/nuxt.config.ts index e5bca0c..1df0fb9 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -56,6 +56,7 @@ export default defineNuxtConfig({ link: [ { rel: "dns-prefetch", href: "https://utfs.io" }, { rel: "dns-prefetch", href: "https://s3.yhw.tw" }, + { rel: "icon", type: "image/svg", href: "/favicon.svg" }, ], meta: [ { "http-equiv": "X-UA-Compatible", content: "IE=edge" }, diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..4cb96cb --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,6 @@ + + + + + +