-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Vu Van Dung <me@joulev.dev>
- Loading branch information
Showing
7 changed files
with
30 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
export { default } from "next-docs-ui/not-found"; | ||
import { MDXContent } from "next-docs-ui/mdx"; | ||
import { DocsPage } from "next-docs-ui/page"; | ||
|
||
export default function NotFound() { | ||
return ( | ||
<DocsPage> | ||
<MDXContent> | ||
<h1>404 Not Found</h1> | ||
<p> | ||
You reached the 404 page. It could mean the URL has a typo, or the page used to exist but | ||
is no longer available. | ||
</p> | ||
<p> | ||
If this page used to exist but has been removed (without a redirection), it is because the | ||
page content is no longer applicable with the current Next.js version and is no longer | ||
important. Next.js changes fast, so naturally over time many articles become outdated. | ||
</p> | ||
<p> | ||
If you mistyped the URL, please recheck and try again. If the URL is correct and the page | ||
is removed, time to go back to coding. | ||
</p> | ||
</MDXContent> | ||
</DocsPage> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.