Skip to content

Commit

Permalink
fix: adapt vercel cleanurls (jackyzha0#487)
Browse files Browse the repository at this point in the history
Co-authored-by: Harrison <[email protected]>
  • Loading branch information
3dot141 and Harrison authored Nov 10, 2023
1 parent 2a6b9a9 commit e9f4e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/components/pages/TagContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function TagContent(props: QuartzComponentProps) {
return (
<div>
<h2>
<a class="internal tag-link" href={`./${tag}`}>
<a class="internal tag-link" href={`../tags/${tag}`}>
#{tag}
</a>
</h2>
Expand Down

0 comments on commit e9f4e28

Please sign in to comment.