From 1fe68ce703f51b0e413dd99b783b5e98e3c36dc5 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Sat, 6 Jun 2026 19:57:22 +0000 Subject: [PATCH] Fix framework module mounts for wiki directory --- config/_default/hugo.toml | 4 ++-- config/_default_original/hugo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 067605a..6a867f3 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -85,8 +85,8 @@ enableEmoji = true source = "/srv/configs" target = "assets/configs" [[module.mounts]] - source = "/srv/dev/hugo/website" - target = "assets/dev/hugo/website" + source = "/srv/dev/hugo/wiki" + target = "assets/dev/hugo/wiki" [security] [security.funcs] diff --git a/config/_default_original/hugo.toml b/config/_default_original/hugo.toml index 067605a..6a867f3 100644 --- a/config/_default_original/hugo.toml +++ b/config/_default_original/hugo.toml @@ -85,8 +85,8 @@ enableEmoji = true source = "/srv/configs" target = "assets/configs" [[module.mounts]] - source = "/srv/dev/hugo/website" - target = "assets/dev/hugo/website" + source = "/srv/dev/hugo/wiki" + target = "assets/dev/hugo/wiki" [security] [security.funcs]