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