Skip to content

Commit 1023855

Browse files
committed
Add fix to test in production
1 parent 077fbb9 commit 1023855

5 files changed

+24
-2
lines changed

public/asset-manifest.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"app.bundle.js.gz": "/app.bundle.js.gz",
66
"index.html": "/index.html",
77
"index.html.gz": "/index.html.gz",
8-
"public": "/public",
8+
"launchericon_192x192.png": "/launchericon_192x192.png",
9+
"launchericon_512x512.png": "/launchericon_512x512.png",
10+
"manifest.json": "/manifest.json",
911
"vendor.bundle.js.gz": "/vendor.bundle.js.gz"
1012
}
File renamed without changes.

public/launchericon_512x512.png

6.64 KB
Loading

public/manifest.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"short_name": "SetBlocks",
3+
"name": "SetBlocks by SetLife",
4+
"icons": [
5+
{
6+
"src": "launchericon_192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "launchericon_512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"start_url": "./team",
17+
"display": "standalone",
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff"
20+
}

public/service-worker.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)