Ensured react router uses homepage defined in package.jsoin as basename

This commit is contained in:
Alejandro Celaya
2018-11-01 08:20:33 +01:00
parent a65aadd4b2
commit 6784c30fa0
3 changed files with 7 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
"description": "A React-based progressive web application for shlink",
"version": "1.0.0",
"private": false,
"homepage": "",
"scripts": {
"lint": "yarn lint:js && yarn lint:css",
"lint:js": "eslint src test scripts config",