Commit Graph

3 Commits

Author SHA1 Message Date
gnezim 3f31ef591c Wire favicon via Modern.js html config
Angular's index.html referenced /assets/img/favicon.ico + a PNG icon +
an apple-touch-icon; the React port carried those assets through
config/public/ but never linked them in the HTML head, so the tab icon
was blank and /favicon.ico 404'd. Add html.favicon (copied to publicDir
root) plus html.tags for 16/32 PNG icons and apple-touch-icon.
2026-04-17 22:54:40 +03:00
gnezim 6a7bbe2ce6 Drop unreferenced service-and-food-icons.zip from publicDir
A designer-source archive that got seeded from ClientApp/ alongside
the real SVG icons. No code under src/ or ClientApp/ references the
zip file (only the sibling .svg icons are imported). Removing so it
stops shipping in dist/standalone/public/ and the deploy image.
2026-04-17 18:31:30 +03:00
gnezim fb64095a63 Fix static asset serving and tile icons
CI / ci (push) Failing after 36s
Deploy / build-and-deploy (push) Failing after 5s
- Move public/ to config/public/ (Modern.js serves static files
  from config/public/, not public/)
- Add explicit background-size: 45px 45px on info tile icons
- All SVGs, fonts, and images now serve with correct MIME types
2026-04-15 20:06:34 +03:00