mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-18 22:02:30 +00:00
improve path resolution stability
This commit is contained in:
parent
c874e7e937
commit
dd47be1bc6
5 changed files with 8 additions and 7 deletions
quartz/components
|
@ -56,7 +56,7 @@ export function PageList({ fileData, allFiles, limit }: Props) {
|
|||
<li>
|
||||
<a
|
||||
class="internal tag-link"
|
||||
href={resolveRelative(fileData.slug!, `tags/${tag}/index` as FullSlug)}
|
||||
href={resolveRelative(fileData.slug!, `tags/${tag}` as FullSlug)}
|
||||
>
|
||||
#{tag}
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue