Enable public website sharing.
This commit is contained in:
@@ -4,7 +4,9 @@ import Layout from 'components/layout/Layout';
|
||||
export default function Custom404() {
|
||||
return (
|
||||
<Layout>
|
||||
<h1>oops! not found</h1>
|
||||
<div className="row justify-content-center">
|
||||
<h1>oops! page not found</h1>
|
||||
</div>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user