Custom error page
This commit is contained in:
8
pages/404.tsx
Normal file
8
pages/404.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { FC } from "react";
|
||||
import { CustomError } from "../components";
|
||||
|
||||
const My404: FC = () => (
|
||||
<CustomError statusCode={404} />
|
||||
);
|
||||
|
||||
export default My404;
|
||||
Reference in New Issue
Block a user