Fixed generator issue and some template improvements
Some checks are pending
Validate HTML site / build (push) Waiting to run

This commit is contained in:
Stijn Bannink 2024-10-13 14:29:21 +02:00
parent 146c19211c
commit 3d42c62b54
Signed by: SBDeveloper
GPG key ID: B730712F2C3A9D7A
13 changed files with 41 additions and 7 deletions

21
dist/img/favicon/site.webmanifest vendored Normal file
View file

@ -0,0 +1,21 @@
{
"name": "MyWebSite",
"short_name": "MySite",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}