From 2d477af6348dd4cfbf6870f9bfcb0a4d29bf8e8d Mon Sep 17 00:00:00 2001 From: jezzahehn Date: Sat, 31 May 2025 16:42:21 -0400 Subject: [PATCH] fix: replacing default site title and favicon in index.html --- index.html | 4 ++-- public/viossa_circle.svg | 40 ++++++++++++++++++++++++++++++++++++++++ public/vite.svg | 1 - 3 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 public/viossa_circle.svg delete mode 100644 public/vite.svg diff --git a/index.html b/index.html index dde16aa..8f25847 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - Vite + Vue + TS + Viossa.net
diff --git a/public/viossa_circle.svg b/public/viossa_circle.svg new file mode 100644 index 0000000..c343182 --- /dev/null +++ b/public/viossa_circle.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file