From 1e6d528f54744a7fd76ba5cac4e63d8b5abd5fd6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 11 Jul 2025 01:26:40 +0900 Subject: feat(frontend): move favicon to frontend/ --- backend/static/favicon.svg | 7 ------- frontend/index.html | 4 ++-- frontend/public/favicon.svg | 7 +++++++ 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 backend/static/favicon.svg create mode 100644 frontend/public/favicon.svg diff --git a/backend/static/favicon.svg b/backend/static/favicon.svg deleted file mode 100644 index 3602b2c..0000000 --- a/backend/static/favicon.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/frontend/index.html b/frontend/index.html index e4b78ea..85bac8f 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,9 +2,9 @@ - + - Vite + React + TS + feedaka
diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg new file mode 100644 index 0000000..3602b2c --- /dev/null +++ b/frontend/public/favicon.svg @@ -0,0 +1,7 @@ + + + + + + + -- cgit v1.2.3-70-g09d2