changed some defaults, fixed favicon generation and installed navbar component

This commit is contained in:
2025-08-06 21:46:19 +02:00
parent ecc1c7078e
commit 38b48453f0
27 changed files with 306 additions and 82 deletions

View File

@@ -0,0 +1,14 @@
{
"icons": [
{
"src": "/favicon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/favicon-512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}