mod: оптимизированные svg, favicon-ы и другая мелочь.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m0s

This commit is contained in:
2026-03-22 16:54:36 +03:00
parent a537bc9c37
commit 9cd147b0d7
14 changed files with 37 additions and 108 deletions

23
public/site.webmanifest Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "DicQuo",
"short_name": "DicQuo",
"description": "Коллекция цитат и афоризмов.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#ffffff",
"icons": [
{
"src": "/favicon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
}