blog.z0x.ca/public/site.webmanifest
enscribe 71d1df3bd7
chore: miscellaneous cleanup
- Update README documentation
- Update favicon configuration
- Enhance site metadata in Head.astro and consts.ts
- Refactor RSS feed generation logic in rss.xml.ts
- Adjust avatar schema to accept both URL and local paths in content.config.ts
2025-03-22 16:25:52 -07:00

21 lines
No EOL
447 B
JSON

{
"name": "astro-erudite",
"short_name": "astro-erudite",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#000000",
"display": "standalone"
}