File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-games" ,
33 "version" : " 0.1.0" ,
4- "homepage" : " https://denvuudd.github.io/react-games.github.io" ,
54 "private" : true ,
65 "dependencies" : {
76 "@testing-library/jest-dom" : " ^5.16.5" ,
2625 "predeploy" : " npm run build" ,
2726 "deploy" : " gh-pages -d build" ,
2827 "start" : " react-scripts start" ,
29- "build" : " react-scripts build --public-url https://denvuudd.github.io/react-games.github.io " ,
28+ "build" : " react-scripts build" ,
3029 "test" : " react-scripts test" ,
3130 "eject" : " react-scripts eject"
3231 },
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const AppRouter = () => {
99
1010 return (
1111 < div >
12- < Routes basename = { process . env . PUBLIC_URL } >
12+ < Routes >
1313 { routes . map ( route => {
1414 return < Route path = { route . path }
1515 element = { route . element }
You can’t perform that action at this time.
0 commit comments