0.36.1: app logo as browser-tab favicon

Add frontend/public/favicon.svg (the TopNav LogoMark glyph as a
standalone SVG) and link it from index.html so the StackPilot logo
shows in browser tabs. Vite copies public/ into dist on build.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
menzelj
2026-06-16 21:24:07 +00:00
co-authored by Claude Opus 4.8
parent cd15cdc75e
commit 5bcec06bbd
4 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "stackpilot-frontend",
"private": true,
"version": "0.36.0",
"version": "0.36.1",
"type": "module",
"scripts": {
"dev": "vite",