From 9e0c41e1a5691a9ad9a048dd776500b36b79b3f1 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Wed, 23 Sep 2026 23:34:33 +0900 Subject: sanpi.mdx ほか: 議案の賛否一覧を一旦非表示にする MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit サイドバーの「議案の賛否一覧」リンクを外し、sanpi.mdx の frontmatter に draft: true を付けた。 再表示するときは、draft を外してサイドバーのリンクを戻す。 --- astro.config.mjs | 1 - 1 file changed, 1 deletion(-) (limited to 'astro.config.mjs') 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: "ディスレクシア", -- cgit v1.3.1