mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 01:55:36 +01:00
Enable public website sharing.
This commit is contained in:
parent
48a524e09c
commit
560f1316c1
36 changed files with 294 additions and 61 deletions
|
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue