Replies: 1 comment 4 replies
-
Yep, absolutely. This can be done using a Take the following, for example: [
{
"url": "/",
"title": "Homepage"
},
{
"url": "/404",
"title": "Homepage"
}
] This will prerender both |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As suggested by the title, is it possible to generate/pre-render a
404.html
in the production build?Beta Was this translation helpful? Give feedback.
All reactions