zesty-io / website

Marketing Website using NextJS and Zesty.io Headless CMS
https://www.zesty.io
The Unlicense
17 stars 2 forks source link

404 page has incorrect header #674

Open shrunyan opened 1 year ago

shrunyan commented 1 year ago

Problem

When visiting a non-existent page, e.g. zesty.io/gaming, it shows the old header. Which contains links to unbuilt pages, e.g. zesty.io/marketers/, giving the impression the site is broken.

image

Solution

The 404 page should be updated to use the header present on the homepage

glespinosa commented 1 year ago

@ardeay

The beta is the only one who is returning the correct 404 page, does this have something to do with how it was setup? same thing happening here of correct redirecting " https://github.com/zesty-io/website/issues/1323, seems like the beta always behaves correctly

PROD

image

STAGE

image

BETA

image