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
{{ message }}
This repository was archived by the owner on Sep 7, 2020. It is now read-only.
Hi I am playing with the tutorial, the generated paths for the static version
npm run buildhave incorrectly escaped slash%2FIt works if I manually edit it in the url:
It has
phenomic/content%2Fbut it should havephenomic/content/, not sure who is generationg those.My server does not magically unescape the escaped sequences.