Open
Description
Hi,
Steps to reproduce
- set "homepage" in package.json to /fresco
npm run build
(even outputs correctly "The project was built assuming it is hosted at /fresco/")- host the generated package somehow under /fresco (eg. simply in nginx)
- go to your page
Expected: url rewritten to http://[yoursite]/fresco/styles/add/scratch
Actual: url rewritten to http://[yoursite]/styles/add/scratch
This is not a concern as long as the user does not reload the page, but once they do it actually breaks stuff.
Metadata
Metadata
Assignees
Labels
No labels