diff options
author | saturneric <[email protected]> | 2024-06-14 20:11:13 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-06-14 20:11:13 +0000 |
commit | 0d806fc1d0bea83b89c5af9910e6203b76cb939d (patch) | |
tree | f65ea4a756ea36545f483629f492fafc87477459 /astro.config.mjs | |
parent | Merge branch 'main' of https://github.com/saturneric/GpgFrontend-Manual (diff) | |
download | Manual-0d806fc1d0bea83b89c5af9910e6203b76cb939d.tar.gz Manual-0d806fc1d0bea83b89c5af9910e6203b76cb939d.zip |
feat: fit documents to v2.1.3
Diffstat (limited to 'astro.config.mjs')
-rw-r--r-- | astro.config.mjs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index 8abc1ab..eea9773 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -45,9 +45,9 @@ export default defineConfig({ }, }, { - label: "Reference", + label: "Extra", autogenerate: { - directory: "reference", + directory: "extra", }, }, ], |