eucp-project / storyboards

Simple web application to show example use cases with some interactivity. (visitors via old url will be redirected to the website with new url)
https://eucp-project.github.io/storyboards
Other
7 stars 5 forks source link

Fix routing issues #7

Closed geek-yang closed 3 years ago

geek-yang commented 3 years ago

closes #6

geek-yang commented 3 years ago

For more explaination, see the issue #6 .

geek-yang commented 3 years ago

Btw, thanks for your inspiration!!! @Peter9192

geek-yang commented 3 years ago

Hi Peter,

Thanks for your comment! Sorry that I forgot we got another 404 issue. I will work on it then and get back to you if it is fixed!

geek-yang commented 3 years ago

Hi Peter, just quickly go through issue #6 and search a bit on dynamic routing. I think the post you found and pasted in the issue provides the solution we need (add 404.html to static and create a middleware for redirection). Do you want to also test and include that change in this PR? Or maybe we'd better open another one?

Peter9192 commented 3 years ago

Let's add it here

geek-yang commented 3 years ago

Fixed!