From 5f0ae75a9307811326f2486a01c963013ea3ab59 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Wed, 23 Sep 2026 09:21:20 +0900 Subject: sanpi.mdx ほか: 議案の賛否一覧を一旦非表示に戻す MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit デプロイのため、いったん非表示に戻した。frontmatter に draft: true を付け、サイドバーの「議案の賛否一覧」リンクを外した(賛否の読み取り検証が終わったら再表示する)。 --- 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