mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
fix: adapt vercel cleanurls (#487)
Co-authored-by: Harrison <Harrison@fanruan.com>
This commit is contained in:
parent
2a6b9a9ea0
commit
e9f4e28a2d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue