feat: favicon, webmanifest, og-default, improved SEO metadata + twitter cards + canonical

This commit is contained in:
Alexey Pavlov
2026-05-31 13:46:42 +03:00
parent 20b67f11e0
commit e968dbfd1f
10 changed files with 67 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "ZeroPost",
"short_name": "ZeroPost",
"description": "Практические материалы про ИИ",
"start_url": "/",
"display": "standalone",
"background_color": "#fafaf9",
"theme_color": "#10b981",
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
]
}