site/public/site.webmanifest
fiatcode f88cc799cb
chore: add sitemap integration and update favicon
- Add @astrojs/sitemap and configure in astro.config.mjs
- Add favicon.svg, apple-touch-icon.png, icon-192.png, icon-512.png
- Add site.webmanifest and update Layout.astro to reference icons and
  manifest
- Update robots.txt to include sitemap
- Update favicon and icon links in Layout.astro
2026-03-27 14:17:28 +07:00

11 lines
304 B
JSON

{
"name": "fiatcode",
"short_name": "fiatcode",
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
],
"theme_color": "#171717",
"background_color": "#171717",
"display": "standalone"
}