このコミットが含まれているのは:
2026-02-08 01:11:05 +09:00
コミット 26bd40d804
3個のファイルの変更16行の追加6行の削除
+1 -1
ファイルの表示
@@ -65,7 +65,7 @@ export default (({ user }: Props) => {
const postCount = tag?.postCount ?? 0
const wikiPageFlg = Boolean (/^\/wiki\/(?!new|changes)[^\/]+/.test (location.pathname) && wikiId)
const wikiTitle = location.pathname.split ('/')[2]
const wikiTitle = location.pathname.split ('/')[2] ?? ''
const menu: Menu = [
{ name: '広場', to: '/posts', subMenu: [
{ name: '一覧', to: '/posts' },