You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using create-react-app and I'm not being able to figure out how to make the built version load the js and css from the relative path where the index.html gets loaded from.
My goal is to be able load the react app generated both from a domain.com or a domain.com/a/b/c without hitting reference issues.
The text was updated successfully, but these errors were encountered:
Hi, I'm using
create-react-app
and I'm not being able to figure out how to make the built version load the js and css from the relative path where the index.html gets loaded from.My goal is to be able load the react app generated both from a
domain.com
or adomain.com/a/b/c
without hitting reference issues.The text was updated successfully, but these errors were encountered: