Setup Page Not found

Hi @everyone, is there any thing we can do in handling pages that cant be found? for example a static collection page where a certain page is no longer available. Is there a better way to handle this kind of event or can we redirect users to 404 page in case this happens?

Hi @cbpcanda :wave:

You need to create a page with a 404 url path like this:

Users should then automatically be redirected to that page if your project doesn’t have the URL they’re looking for.

Can you try and let me know if it works ok for you?

1 Like

thank you @Joyce , I will try this out!