From 2d0329574d20b65ad002a6494bc24db1fa8f73c8 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Mon, 21 Sep 2026 09:32:52 +0900 Subject: astro.config.mjs, custom.css: サイドバーにホームを戻す MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - astro.config.mjs: トップレベルの先頭に「ホーム」を追加した - custom.css: 並びが1つずれたため、セクション名と区切り線の nth-child の番号を 更新した。ホームと最初のセクションの間にも区切り線を入れた --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index 9950959..714f89e 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -40,6 +40,7 @@ export default defineConfig({ }, ], sidebar: [ + { label: "ホーム", link: "/" }, { label: "実績", collapsed: true, -- cgit v1.3.1