diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-23 23:34:33 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-23 23:34:33 +0900 |
| commit | 9e0c41e1a5691a9ad9a048dd776500b36b79b3f1 (patch) | |
| tree | a47509da1c7b02f05f4f18f66a697bdae8d4569d /astro.config.mjs | |
| parent | 30c39f5cd173c21fce74a8658d5e581e5b6b3e9e (diff) | |
sanpi.mdx ほか: 議案の賛否一覧を一旦非表示にする
サイドバーの「議案の賛否一覧」リンクを外し、sanpi.mdx の frontmatter に draft: true を付けた。
再表示するときは、draft を外してサイドバーのリンクを戻す。
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index c5f1b56..4d890a8 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -118,7 +118,6 @@ export default defineConfig({ }, ], }, - { label: "議案の賛否一覧", link: "/sanpi/" }, { label: "メディア掲載", link: "/media/" }, { label: "ディスレクシア", |
