Closed ianjennings closed 4 years ago
Netlify was having trouble with the raw /share links. This uses an anchor/hash to instruct Netlify not to try to route into a new directory.
/share
/share/id becomes /#/share/id.
/share/id
/#/share/id
Depends on https://github.com/MLH-Fellowship/babel-sandbox-server/pull/20
FYI for reviewers, I tested this with https://github.com/MLH-Fellowship/babel-sandbox-server/pull/20 and it works fine
Netlify was having trouble with the raw
/share
links. This uses an anchor/hash to instruct Netlify not to try to route into a new directory./share/id
becomes/#/share/id
.Depends on https://github.com/MLH-Fellowship/babel-sandbox-server/pull/20