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 <link rel=icon>
- icons.svg: leftover social media sprite sheet from old Vue setup,
  added to .gitignore (not referenced by the static UI)
This commit is contained in:
pyr0ball 2026-05-24 22:08:43 -07:00
parent c356c1d4c5
commit 52bad0c589
3 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View file

@ -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

1
dist/favicon.svg vendored Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.3 KiB

2
dist/index.html vendored
View file

@ -4,6 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Robin</title>
<!-- Placeholder favicon — replace with Robin bird icon once designed -->
<link rel="icon" href="favicon.svg" type="image/svg+xml" />
<style>
:root {
--bg: #0f172a;