We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d352939 commit f446d23Copy full SHA for f446d23
2 files changed
core/morph/include/starter_template/src/pages/404.mdx
core/morph/include/starter_template/src/pages/404.tsx
@@ -0,0 +1,8 @@
1
+export default function NotFound() {
2
+ return (
3
+ <>
4
+ <h1>404</h1>
5
+ <p>Page not found</p>
6
+ </>
7
+ );
8
+}
0 commit comments