feat: update images\favicons, add og meta tags

This commit is contained in:
2026-06-22 11:22:47 +05:00
parent 7ee16675a5
commit bef94444bc
24 changed files with 35 additions and 39 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "Архив ДНТ-7",
"short_name": "ДНТ-7",
"description": "Рассекреченный реестр документов Межгалактического Дачного Сопротивления",
"start_url": "/",
"display": "standalone",
"background_color": "#f5f0e8",
"theme_color": "#3d2b1f",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}