fac-14 / OSCEBossKey

Weeks 13-16 > Tech for Better project: An app to help medical students revise for their exams
https://oscebosskey.herokuapp.com/
MIT License
4 stars 2 forks source link

Deployment: Add Redirect to Netlify #95

Closed martingaston closed 5 years ago

martingaston commented 5 years ago

Should fix up the problem of Netlify not picking up our routes properly:

In __redirects from the dist folder:

/*    /index.html   200

Source: https://www.netlify.com/docs/redirects/#history-pushstate-and-single-page-apps

sima-qian commented 5 years ago

Moved to Heroku deployment in PR #117