Try having images under src/ for relative path

This commit is contained in:
Melvin Valster
2019-07-23 13:47:00 +02:00
parent 819ed3b016
commit d375fb9408
50 changed files with 137 additions and 31 deletions
+5 -1
View File
@@ -2,6 +2,7 @@
"name": "talent-calculator",
"version": "0.1.0",
"private": true,
"homepage": "https://mirague.github.io/wow-talent-calculator",
"dependencies": {
"@types/jest": "24.0.15",
"@types/node": "12.6.2",
@@ -21,7 +22,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
@@ -39,6 +42,7 @@
]
},
"devDependencies": {
"gh-pages": "^2.0.1",
"@welldone-software/why-did-you-render": "^3.2.1"
}
}