astro - uspojnienie stron, seo unifikacja, favicon

This commit is contained in:
dm
2025-12-21 09:50:58 +01:00
parent de4639d2c7
commit 664acbf86b
47 changed files with 811 additions and 605 deletions

19
public/site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "FUZ Adam Rojek - Internet Światłowodowy",
"short_name": "FUZ",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}