Skip to content

Commit

Permalink
Local Dev...
Browse files Browse the repository at this point in the history
  • Loading branch information
shaz-r committed Apr 23, 2024
1 parent 24a7972 commit 0301703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/thoughts/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const thoughts = (await getCollection('thoughts')).filter(t => t.data.published

{ thoughts.map( t => (
<h4>
<a href={`./thoughts/${t.slug}`}>
<a href={`/thoughts/${t.slug}`}>
{t.data.title} <span class="light">(<FormattedDate date={t.data.publishDate} />)</span>
</a>
</h4>
Expand Down

0 comments on commit 0301703

Please sign in to comment.