Skip to content

Commit

Permalink
Added 404 server fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mukundbhudia committed Jun 5, 2020
1 parent 604dd1b commit 1e177a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"predeploy": "VUE_APP_URI=https://memory-api.herokuapp.com NODE_ENV=live npm run build",
"predeploy": "VUE_APP_URI=https://memory-api.herokuapp.com NODE_ENV=live npm run build && cp dist/index.html dist/404.html",
"webdeploy": "webdeploy/deploy.sh"
},
"dependencies": {
Expand Down

0 comments on commit 1e177a0

Please sign in to comment.