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