fix 404 on favicon.ico

This commit is contained in:
Daniel Muyshond 2022-07-31 15:32:35 +02:00
parent 9cfb8ff193
commit 2a654f1812
2 changed files with 4 additions and 2 deletions

View File

@ -93,6 +93,7 @@
"cell_picture_size" : "520x220",
"pwa_display" : "standalone",
"theme_color" : "#651138",
"include_top_links" : false
"include_top_links" : false,
"favicon": "imio-basic/images/favicon.ico"
}
}

View File

@ -93,6 +93,7 @@
"cell_picture_size" : "520x220",
"pwa_display" : "standalone",
"theme_color" : "#651138",
"include_top_links" : false
"include_top_links" : false,
"favicon": "imio-basic/images/favicon.ico"
}
}