diff options
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index 6506aaf..0f37d34 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -78,8 +78,6 @@ export default defineConfig({ }, ], }, - { label: "私の方針", link: "/policy/" }, - { label: "メディア掲載", link: "/media/" }, { label: "一般質問", collapsed: true, @@ -112,6 +110,8 @@ export default defineConfig({ }, ], }, + { label: "私の方針", link: "/policy/" }, + { label: "メディア掲載", link: "/media/" }, { label: "ディスレクシアについて", collapsed: true, @@ -171,7 +171,6 @@ export default defineConfig({ }, ], }, - { label: "ご支援", link: "/support/" }, { label: "活動を支えるツール", collapsed: true, @@ -186,6 +185,7 @@ export default defineConfig({ }, ], }, + { label: "ご支援", link: "/support/" }, { label: "コンタクト", link: "/contact/" }, ], customCss: ["./src/styles/custom.css"], |
