feat: add 403 pages
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { HttpErrorContent } from '@/components';
|
||||
|
||||
const Index = () => {
|
||||
return <HttpErrorContent httpCode="403" />;
|
||||
};
|
||||
|
||||
export default Index;
|
||||
@@ -394,6 +394,10 @@ const routes: RouteNode[] = [
|
||||
path: '50x',
|
||||
page: 'pages/50X',
|
||||
},
|
||||
{
|
||||
path: '403',
|
||||
page: 'pages/403',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user