I'm testing out the Qwik Javascript framework from Builder IO and I cant find any documentation which points me in the direction of customizing the 404 page.
I am using the qwik-city plugin from Qwik.
I'm testing out the Qwik Javascript framework from Builder IO and I cant find any documentation which points me in the direction of customizing the 404 page.
I am using the qwik-city plugin from Qwik.
Check it. It's about how to render a 404 page. https://qwik.builder.io/qwikcity/routing/error-responses/
I was able to do this by creating a "catch all route" at the root level. Simply create a normal page in src/routes/[...whatever]/index.tsx.