Merge branch '#71'

This commit is contained in:
2025-07-26 17:37:40 +09:00
+1 -3
View File
@@ -118,9 +118,7 @@ export default () => {
<TagLink tag={tag}
withWiki={false}
withCount={false}
to={version
? `/wiki/${ encodeURIComponent (title) }`
: undefined} />
{...(version && { to: `/wiki/${ encodeURIComponent (title) }` })} />
</PageTitle>
<div className="prose mx-auto p-4">
{wikiPage === undefined