feat: Wiki の URL におけるタイトルを完全一致に変更(#100) #153

マージ済み
みてるぞ が 3 個のコミットを feature/100 から main へマージ 2025-12-25 02:51:56 +09:00
コミット 851e8456bb の変更だけを表示してゐます - すべてのコミットを表示
+1 -1
ファイルの表示
@@ -7,7 +7,7 @@ import type { ComponentProps, FC, HTMLAttributes } from 'react'
import type { Tag } from '@/types'
type CommonProps = { tag: Pick<Tag, 'name' | 'category' | 'postCount'>
type CommonProps = { tag: Tag
withWiki?: boolean
withCount?: boolean }