diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-23 08:26:48 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-23 08:26:48 +0900 |
| commit | 77864d48616a81cd46c3146174a3aaf86abe22f9 (patch) | |
| tree | d0decb86edb0194357994230bdfd1f0de90eaf41 /astro.config.mjs | |
| parent | 5f84e87153c5a70b9016612b8302945e42f135d4 (diff) | |
sanpi.mdx ほか: 議案の賛否一覧を再表示
試作のため非表示にしていた議案の賛否一覧を、再度表示するようにした。frontmatter の draft 指定を外し、サイドバーの「委員会・請願」の下に「議案の賛否一覧」のリンクを置いた。
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index 4d890a8..c5f1b56 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -118,6 +118,7 @@ export default defineConfig({ }, ], }, + { label: "議案の賛否一覧", link: "/sanpi/" }, { label: "メディア掲載", link: "/media/" }, { label: "ディスレクシア", |
