-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 404 page #102
Comments
Or redirect to homepage |
#1211 is fixed for spaces. Need design for proper 404 page. |
Shall we pick this one up to make sure all edge cases are covered? 🙏 @samuveth |
@zzuziak need design for this. Or at least some content for the page |
We can also use the redirect to home for now, one option would be to display an alert of what happened after the redirection (URL you are looking for doesn't exist). Wdyt? |
The solution should be in configuring DO. We need to set
|
@Todmy What you are referring to I think is handling 404 pages on server level. But since we're hosting the frontend on Fleek, which serves static files and doesn't provide server-side configurations, the best approach would be to handle 404 pages directly within the application using Vue Router. |
No description provided.
The text was updated successfully, but these errors were encountered: