-
It's possible to customize the 404 error message, without writing a custom theme? For example by having just a configuration, also compatible with i18n themeConfig: {
404: {
title: 'Page not found',
message: [
"But if you don't change your direction, and if you keep looking, you may end up where you are heading.",
"Another random message",
],
action: 'Take me home',
link: '/',
},
}, |
Beta Was this translation helpful? Give feedback.
Answered by
brc-dd
Oct 20, 2023
Replies: 2 comments 7 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
-
@brc-dd I'm sorry I return on this question. Is there a way to simply override |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, those weren't added at that time. On rc versions you do that:
You can customize them per locale too if you're using i18n: