aboutsummaryrefslogtreecommitdiffhomepage
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-09-21 08:25:26 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-09-21 08:25:26 +0900
commitb3ad7c9e7d516082733930ef86b550dcdd8c66e2 (patch)
tree39776523d81ef9d95295e9487403ff570408b03f /astro.config.mjs
parentf11d15bdf9839db30a9c61fc8f7ce39279ed673c (diff)
ホーム: git履歴から生成する更新情報を追加し、サイドバーの実績を集約
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs41
1 files changed, 3 insertions, 38 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index afac81c..a16161e 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -3,6 +3,7 @@ import starlight from "@astrojs/starlight";
import sitemap from "@astrojs/sitemap";
import remarkMermaid from "remark-mermaidjs";
import ogImagePlugin from "./src/plugins/og-image";
+import updatesIntegration from "./src/plugins/updates";
export default defineConfig({
site: "https://yasutakeyohei.com",
@@ -13,6 +14,7 @@ export default defineConfig({
},
integrations: [
sitemap(),
+ updatesIntegration(),
ogImagePlugin(),
starlight({
title: "小平市議 安竹洋平 公式サイト",
@@ -39,44 +41,7 @@ export default defineConfig({
],
sidebar: [
{ label: "ホーム", link: "/" },
- {
- label: "実績",
- collapsed: true,
- items: [
- { label: "概要", link: "/jisseki/" },
- {
- label: "公文書管理の不正追及の軌跡",
- link: "/koubunsyo-kanri/",
- },
- {
- label: "いじめ重大事態への対応の軌跡",
- link: "/ijime-judai-jitai/",
- },
- {
- label: "障害者福祉施設における虐待通報対応の軌跡",
- link: "/fukushi-shisetsu-gyakutai/",
- },
- { label: "合気公園の軌跡", link: "/aiki-kouen/" },
- { label: "情緒固定級の軌跡", link: "/joutyo-koteikyu/" },
- { label: "過剰な制限緩和の軌跡", link: "/kajo-seigen-kanwa/" },
- {
- label: "東京サレジオ学園北側開発問題の軌跡",
- link: "/saresio-kaihatu/",
- },
- {
- label: "ワクチン副反応救済制度の適正化の軌跡",
- link: "/vaccine-kyuusai-tekiseika/",
- },
- {
- label: "ディスレクシア(読み書き障害)対応の軌跡",
- link: "/dislexia-taiou/",
- },
- {
- label: "湖南衛生組合の議員報酬・給与見直しの軌跡",
- link: "/konan-eisei-kumiai/",
- },
- ],
- },
+ { label: "実績", link: "/jisseki/" },
{ label: "私の方針", link: "/policy/" },
{ label: "メディア掲載", link: "/media/" },
{