Generate site.webmanifest to apply pathPrefix.
All checks were successful
Build Eleventy Forgero / build (24.x) (push) Successful in 34s

This commit is contained in:
天クマ 2026-05-14 15:06:13 -03:00
commit ccb48b9bdd
2 changed files with 23 additions and 1 deletions

23
site.webmanifest.njk Normal file
View file

@ -0,0 +1,23 @@
---
permalink: /static/site.webmanifest
---
{
"name": "",
"short_name": "",
"icons": [
{
"src": "{{ '/static/android-chrome-192x192.png' | url }}",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "{{ '/static/android-chrome-512x512.png' | url }}",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

View file

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