changed 404
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Struchkov Mark 2024-09-05 00:04:26 +03:00
parent 6f5b5b9a18
commit 264667683b
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -11,6 +11,7 @@ const NotFound: QuartzComponent = ({ cfg }: QuartzComponentProps) => {
<h1>404</h1>
<p>{i18n(cfg.locale).pages.error.notFound}</p>
<a href={baseDir}>{i18n(cfg.locale).pages.error.home}</a>
<pre><code> _________________<br/> | You got lost... |<br/> 🗩 <br/> 🗩<br/> <br/> <br/> <br/> <br/> <br/> <br/><br/><br/><br/> <br/> <br/></code></pre>
</article>
)
}