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