AUV-IITK / Website2020

New Website made using ReactJS
MIT License
0 stars 6 forks source link

Routing issue fixed. #21

Closed abhishekshree closed 3 years ago

abhishekshree commented 3 years ago

This is a PR for #14 and it does the following:

This is a well know problem in and this approach for fixing it is based on the docs, here

Also, it is important to specify the "homepage": " " in package.json to our base website url before running the command npm run deploy

More details on this problem can be found on StackOverflow, webpack approach and a very well explained reason doc.