HDDS-4398. Set correct base-url (fix download page)
diff --git a/.github/workflows/regenerate.yml b/.github/workflows/regenerate.yml
index 0eacb63..ea6fb10 100644
--- a/.github/workflows/regenerate.yml
+++ b/.github/workflows/regenerate.yml
@@ -35,7 +35,7 @@
             cd hugo
             curl https://github.com/gohugoio/hugo/releases/download/v0.76.5/hugo_0.76.5_Linux-64bit.tar.gz -L -o - | tar zvxf -
       - name: Regenerate site
-        run: ./hugo/hugo
+        run: ./hugo/hugo -b https://ozone.apache.org/
       - name: Commit changes
         run: |
             git config --global user.name 'Github Actions'
diff --git a/config.toml b/config.toml
index b35cca6..a44b9f5 100644
--- a/config.toml
+++ b/config.toml
@@ -16,6 +16,7 @@
 enableEmoji = true
 footnotereturnlinkcontents = "<sup>^</sup>"
 uglyurls = false
+baseUrl = "/"
 
 [[menu.main]]
   name = "Download"