fix: adapt vercel cleanurls (#487)

Co-authored-by: Harrison <Harrison@fanruan.com>
This commit is contained in:
Yes365 2023-11-10 11:44:16 +08:00 committed by GitHub
parent 2a6b9a9ea0
commit e9f4e28a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>