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
Yes, this is on the roadmap. Please see #21, this issue is a duplicate of that one.
It’s not as easy as changing / to ./ because that would break apps using HTML5 history APIs. So we need to think more about it (but will find a solution).
The new 0.2.0 alpha allows for deployment to GH Pages and similar environments by setting homepage variable in package.json. Here's how to try it: #190
lockbot
locked and limited conversation to collaborators
Jan 23, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
currently it's like this
<script type="text/javascript" src="/main.d76da2e415c2ec281286.js"></script>
should be like this
<script type="text/javascript" src="./main.d76da2e415c2ec281286.js"></script>
is there a way to change this configuration?
The text was updated successfully, but these errors were encountered: