diff options
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 1 |
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, |
