aboutsummaryrefslogtreecommitdiffhomepage
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-09-21 09:23:32 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-09-21 09:23:32 +0900
commit83cd24b209f3bf29aa655de8dcbadd1c12336242 (patch)
tree84866ef85c24d220cef0cb29eb331aa111341553 /astro.config.mjs
parentf3edc21aab931f5e312f34c59366e778d4c38525 (diff)
astro.config.mjs, custom.css: サイドバーにセクション名を付ける
- astro.config.mjs: メディア掲載を「議会での活動」のまとまりへ、私の方針を 最下部へ移動した - custom.css: トップレベルに小見出し(議会での活動・活動の副産物)と区切り線を 追加した。Starlight はグループ項目に属性を付けられないため、nth-child の CSS で入れている
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index 0f37d34..9950959 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -110,7 +110,6 @@ export default defineConfig({
},
],
},
- { label: "私の方針", link: "/policy/" },
{ label: "メディア掲載", link: "/media/" },
{
label: "ディスレクシアについて",
@@ -187,6 +186,7 @@ export default defineConfig({
},
{ label: "ご支援", link: "/support/" },
{ label: "コンタクト", link: "/contact/" },
+ { label: "私の方針", link: "/policy/" },
],
customCss: ["./src/styles/custom.css"],
tableOfContents: { minHeadingLevel: 2, maxHeadingLevel: 6 },