Fix another bug with the notes URLs.
This commit is contained in:
@@ -41,7 +41,7 @@ const pathname = Astro.url.pathname.replace(import.meta.env.BASE_URL, '/');
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<a href={node.id} class={linkClasses}>
|
<a href={`/notes/${node.id}`} class={linkClasses}>
|
||||||
{node.title || leader}
|
{node.title || leader}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user