Closed abhishekshree closed 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
"homepage": " "
package.json
npm run deploy
More details on this problem can be found on StackOverflow, webpack approach and a very well explained reason doc.
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": " "
inpackage.json
to our base website url before running the commandnpm run deploy
More details on this problem can be found on StackOverflow, webpack approach and a very well explained reason doc.