-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It doesn't work with gatsby build --prefix-paths #13
Comments
Try the fork from @xavivars. It has a couple of big fixes |
Hey it does but you're pathPrefix is wrong in
Please close when this solves your issue. |
Hi @wardpeet I have upgraded plugin and made some changes in the sample repo to make more clear the issue I have also created a video with the white page bug: I'm trying to serve the page from the following URL: It's good that now thanks to your plugin the URL don't change automatically to |
The issue is solved 0.2.0, thank you @wardpeet |
I have created an example repo to reproduce the issue:
https://github.com/isi-gach/gastby-static/tree/create-react-app
When I do
npm run build:gatsby
and I go to http://localhost:5000/demo/index.htmlthe browser URL changes
If I create a
create-react-app
build instead usingnpm run build
and I go to http://localhost:5000/demo/index.html the URL doesn't change as expected.The text was updated successfully, but these errors were encountered: