jeffersonRibeiro / react-shopping-cart

🛍️ Simple ecommerce cart application built with Typescript and React

Home Page:https://react-shopping-cart-67954.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to run build with custom source path?

juvenpajares opened this issue · comments

commented

Hi Jeff,

Good day, I was trying to test your shopping cart, running build and deploying on a test server, but can't seem to work it, since I'm running it on a sub folder, found out that the minified index.html were sourcing assets to the root folder. Is there any chance I can run this build with a custom source path for all css, images and JS assets?

Thanks in advance.

Regards,
Juven

commented

never mind found out on my own by adding this on package.json

  "homepage": "./"