turned /index into /

This commit is contained in:
Heli-o 2024-04-07 16:42:33 +02:00
parent d8f780a7ec
commit 56ab1937cc

View file

@ -8,7 +8,7 @@ const Homebar: QuartzComponent = ({ fileData, cfg, displayClass }: QuartzCompone
const baseDir = pathToRoot(fileData.slug!)
return (
<div class="homebar">
<a class="hb-button" href="/index">Home</a>
<a class="hb-button" href="/">Home</a>
<a class="hb-button" href="/Characters">Characters</a>
<a class="hb-button" href="/Links">Where you can find me</a>
<a class="hb-button" href="/Projects">Projects</a>