diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-23 09:21:20 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-23 09:21:20 +0900 |
| commit | 5f0ae75a9307811326f2486a01c963013ea3ab59 (patch) | |
| tree | 7ae3c7be6fb67835fed3f69234f67206a36e7d9a /astro.config.mjs | |
| parent | a7c6b3fb322ae83d794b14657a2d5c5dfe2c0b44 (diff) | |
sanpi.mdx ほか: 議案の賛否一覧を一旦非表示に戻す
デプロイのため、いったん非表示に戻した。frontmatter に draft: true を付け、サイドバーの「議案の賛否一覧」リンクを外した(賛否の読み取り検証が終わったら再表示する)。
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: "ディスレクシア", |
