Skip to content

Commit

Permalink
Add fix to test in production
Browse files Browse the repository at this point in the history
  • Loading branch information
otech47 committed Jan 15, 2019
1 parent 077fbb9 commit 1023855
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
4 changes: 3 additions & 1 deletion public/asset-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"app.bundle.js.gz": "/app.bundle.js.gz",
"index.html": "/index.html",
"index.html.gz": "/index.html.gz",
"public": "/public",
"launchericon_192x192.png": "/launchericon_192x192.png",
"launchericon_512x512.png": "/launchericon_512x512.png",
"manifest.json": "/manifest.json",
"vendor.bundle.js.gz": "/vendor.bundle.js.gz"
}
File renamed without changes
Binary file added public/launchericon_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"short_name": "SetBlocks",
"name": "SetBlocks by SetLife",
"icons": [
{
"src": "launchericon_192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "launchericon_512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "./team",
"display": "standalone",
"theme_color": "#ffffff",
"background_color": "#ffffff"
}
2 changes: 1 addition & 1 deletion public/service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1023855

Please sign in to comment.