New webpack config, scripts & moved dist, favicons & assets to /public

This commit is contained in:
2022-03-05 13:10:21 +01:00
parent 25dd8bea9e
commit caa8dffc87
24 changed files with 141 additions and 76 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#081c24",
"background_color": "#081c24",
"display": "standalone"
}