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 |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As suggested by the title, is it possible to generate/pre-render a
404.htmlin the production build?All reactions