add favicon and image to blog article
Some checks failed
Deploy Blog / deploy (push) Has been cancelled

This commit is contained in:
2025-12-28 23:15:17 +02:00
parent eb20e8d987
commit bb17582d29
12 changed files with 28 additions and 3 deletions

19
static/site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "jawhng.xyz",
"short_name": "jawhng",
"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"
}