fix: make it work with new vite
This commit is contained in:
@@ -20,7 +20,7 @@ export default function ErrorPage(props: PageProps) {
|
||||
</Head>
|
||||
<MainLayout url="">
|
||||
<div class="px-8 text-white mt-10">
|
||||
<div class="max-w-screen-md mx-auto flex flex-col items-center justify-center">
|
||||
<div class="max-w-3xl mx-auto flex flex-col items-center justify-center">
|
||||
<h1 class="text-4xl font-bold">404 - Page not found</h1>
|
||||
<p class="my-4">
|
||||
The page you were looking for doesn't exist.
|
||||
|
||||
Reference in New Issue
Block a user