From 1b99f13e5c2043b577f74d865450829dc468cb45 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 7 Jan 2026 17:14:06 -0600 Subject: [PATCH] fix paths issue --- docs/hugo.toml | 1 + docs/static/CNAME | 1 + 2 files changed, 2 insertions(+) create mode 100644 docs/static/CNAME diff --git a/docs/hugo.toml b/docs/hugo.toml index 917de0dc..2587d749 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -2,6 +2,7 @@ baseURL = "https://winutil.christitus.com/" languageCode = "en-us" title = "Winutil Documentation" enableGitInfo = true +canonifyURLs = true [[module.mounts]] source = "assets" diff --git a/docs/static/CNAME b/docs/static/CNAME new file mode 100644 index 00000000..6b5d6894 --- /dev/null +++ b/docs/static/CNAME @@ -0,0 +1 @@ +winutil.christitus.com \ No newline at end of file