From 2fc0400ada474b1e18da82bd7f54667f2e0760fc Mon Sep 17 00:00:00 2001 From: Romdalf <55788733+rovandep@users.noreply.github.com> Date: Thu, 26 May 2022 15:56:14 +0200 Subject: [PATCH] Update latest.toml Setting up the baseURL will explicitly define the FQDN path for the sitemap.xml --- hugo-backend/config/latest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo-backend/config/latest.toml b/hugo-backend/config/latest.toml index 129223688..d4e253713 100644 --- a/hugo-backend/config/latest.toml +++ b/hugo-backend/config/latest.toml @@ -1,4 +1,4 @@ -baseURL = "/" +baseURL = "https://docs.ondat.io/" title = "Ondat Documentation" enableRobotsTXT = true