aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/nuldoc-src/generators/about.ts
diff options
context:
space:
mode:
Diffstat (limited to 'services/nuldoc/nuldoc-src/generators/about.ts')
-rw-r--r--services/nuldoc/nuldoc-src/generators/about.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/services/nuldoc/nuldoc-src/generators/about.ts b/services/nuldoc/nuldoc-src/generators/about.ts
index 6663a19..711c167 100644
--- a/services/nuldoc/nuldoc-src/generators/about.ts
+++ b/services/nuldoc/nuldoc-src/generators/about.ts
@@ -17,7 +17,8 @@ export async function generateAboutPage(
return {
root: html,
renderer: "html",
- destFilePath: "/about/index.html",
- href: "/about/",
+ site: "about",
+ destFilePath: "/index.html",
+ href: "/",
};
}