From 52bad0c5894f6c825553a061b13153fc442c15f8 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sun, 24 May 2026 22:08:43 -0700 Subject: [PATCH] chore(dist): add placeholder favicon, gitignore unused icons.svg - favicon.svg: CF lightning bolt as favicon placeholder until Robin bird icon is designed; wired into index.html - icons.svg: leftover social media sprite sheet from old Vue setup, added to .gitignore (not referenced by the static UI) --- .gitignore | 2 ++ dist/favicon.svg | 1 + dist/index.html | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 dist/favicon.svg diff --git a/.gitignore b/.gitignore index a6afdbc..8dc8bd6 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ node_modules # dist/ was previously generated by Vite; now it holds the static UI (dist/index.html). # Ignore generated assets but track the hand-crafted index.html. dist/assets/ +# Social icon sprite sheet leftover from old Vue setup — not used by the static UI +dist/icons.svg dist-ssr *.local diff --git a/dist/favicon.svg b/dist/favicon.svg new file mode 100644 index 0000000..6893eb1 --- /dev/null +++ b/dist/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index f65c76d..d333c85 100644 --- a/dist/index.html +++ b/dist/index.html @@ -4,6 +4,8 @@ Robin + +