projects icon indicating copy to clipboard operation
projects copied to clipboard

Unknown route shows projects page

Open jayvdb opened this issue 6 years ago • 2 comments

https://coala-projects.netlify.com/#/foo redirects to projects page.

This is effectively a 404 page, and should have a 404 message that is more tailored for this website.

jayvdb avatar Aug 24 '19 18:08 jayvdb

This maybe already covered by https://github.com/coala/projects/pull/596

jayvdb avatar Aug 25 '19 15:08 jayvdb

This just needs removal of the otherwise route config - https://github.com/coala/projects/blob/master/resources/js/app.js#L61

KVGarg avatar Aug 26 '19 03:08 KVGarg