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