turned /index into /
This commit is contained in:
parent
d8f780a7ec
commit
56ab1937cc
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue