feat: add favicon
All checks were successful
Build and deploy website / Build and Push Hugo Site (push) Successful in 32s

This commit is contained in:
Radu C. Martin 2025-04-08 19:11:50 +02:00
parent c8371d2890
commit 51f9334b02
9 changed files with 25 additions and 0 deletions

19
static/site.webmanifest Normal file
View file

@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/assets/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}