fix: replace Astro favicon with GFM branding and add web manifest #59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/market:fix-favicon-and-manifest"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Replaces the default Astro rocket favicon with proper GFM branding and adds a PWA web manifest.
Changes
public/favicon.svg(was Astro rocket logo)public/favicon.png(64x64 GFM branding)public/icon-192.png(192x192 for PWA)public/icon-512.png(now 512x512, was incorrectly 1024x1024)public/manifest.json(PWA web manifest with name "The Good Folk Market")src/layouts/Layout.astroto use PNG favicon + manifest + apple-touch-iconjustfile- renamedgenerate-logo→generate-assets, corrected sizes (API outputs 2x requested)4cefc7e2e413a1a32c04