feat(page): update social meta tags, favicons, and OG banner
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 26s

Replace single favicon with full icon set (PNG, SVG, ICO, Apple touch
icon, web manifest). Update OG/Twitter image to banner.jpg. Align
title and description meta tags with current page copy.
This commit is contained in:
Sanil Chawla
2026-02-12 00:18:35 -08:00
parent 1275e58d55
commit e73868f3ed
11 changed files with 36 additions and 10 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "Lofty",
"short_name": "Lofty",
"icons": [
{
"src": "/icons/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/icons/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}