You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nextjs ships with a default 404 page for unused routes, however a custom page should be created for this site.
To create a custom 404 page, create a pages/404.tsx file. This file is statically generated at build time, so getStaticProps may be used for data fetching at build time.
Designs
No response
The text was updated successfully, but these errors were encountered:
Description
Nextjs ships with a default 404 page for unused routes, however a custom page should be created for this site.
To create a custom 404 page, create a
pages/404.tsx
file. This file is statically generated at build time, sogetStaticProps
may be used for data fetching at build time.Designs
No response
The text was updated successfully, but these errors were encountered: