We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bd727 commit 2d6815dCopy full SHA for 2d6815d
pages/404.tsx
@@ -12,7 +12,7 @@ const FourOhFour: React.FC = () => {
12
13
return (
14
<div className="flex h-full w-full flex-col items-center justify-center bg-neutral-900">
15
- <img src="../public/it-logo.png" width="64" />
+ <img src="/it-logo.png" width="64" />
16
<p className="text-4xl text-white">404</p>
17
<p className="text-lg text-white">Redirecting...</p>
18
</div>
0 commit comments