Custom 404 Page
Create a custom 404 error page.
Custom 404
Create a 404.mdx file in your docs root:
mdx
---
title: "Page Not Found"
---
# 404 - Page Not Found
The page you're looking for doesn't exist.
[Go back home](/)Create a custom 404 error page.
Create a 404.mdx file in your docs root:
---
title: "Page Not Found"
---
# 404 - Page Not Found
The page you're looking for doesn't exist.
[Go back home](/)