Generate site.webmanifest to apply pathPrefix.
All checks were successful
Build Eleventy Forgero / build (24.x) (push) Successful in 34s
All checks were successful
Build Eleventy Forgero / build (24.x) (push) Successful in 34s
This commit is contained in:
parent
6b8635defe
commit
ccb48b9bdd
2 changed files with 23 additions and 1 deletions
23
site.webmanifest.njk
Normal file
23
site.webmanifest.njk
Normal 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"
|
||||||
|
}
|
||||||
|
|
@ -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"}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue