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 (
|
||||
<div>
|
||||
<a href={node.id} class={linkClasses}>
|
||||
<a href={`/notes/${node.id}`} class={linkClasses}>
|
||||
{node.title || leader}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user