diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-18 09:56:59 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-18 09:56:59 +0900 |
| commit | cf5b46633d08565c0b89974501dd67ff261b675b (patch) | |
| tree | a6af1f1055b69f7dff05ca770b4dd7a84f7023a9 /astro.config.mjs | |
| parent | 3248953373ff60d3f5679051e648491e5a8d6bc1 (diff) | |
astro.config.mjs: サイドバーに委員会・請願を追加
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index d438a36..efb2ffe 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -90,6 +90,23 @@ export default defineConfig({ ], }, { + label: "委員会・請願", + collapsed: true, + items: [ + { label: "一覧", link: "/iinkai/" }, + { + label: "令和8年度", + collapsed: true, + items: [ + { + label: "請願第19号(令和8年8月26日 厚生委員会)", + link: "/iinkai/r8d/1-seigan19/", + }, + ], + }, + ], + }, + { label: "ディスレクシアについて", collapsed: true, items: [ |
