aboutsummaryrefslogtreecommitdiffhomepage
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-09-21 09:32:52 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-09-21 09:32:52 +0900
commit2d0329574d20b65ad002a6494bc24db1fa8f73c8 (patch)
tree55cf4b6ef0c46c75a39136aa85e5c207ba5342b5 /astro.config.mjs
parent3128e26c87d23a6a977942054a0dfe87415deab9 (diff)
astro.config.mjs, custom.css: サイドバーにホームを戻す
- astro.config.mjs: トップレベルの先頭に「ホーム」を追加した - custom.css: 並びが1つずれたため、セクション名と区切り線の nth-child の番号を 更新した。ホームと最初のセクションの間にも区切り線を入れた
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs1
1 files changed, 1 insertions, 0 deletions
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,