From 510db6bf5512c440b1f43fc706ab9fc09673d6fb Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Fri, 30 Aug 2024 16:49:21 +0200 Subject: [PATCH] Remove www from URL --- config/production/hugo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/production/hugo.yaml b/config/production/hugo.yaml index e6ed6d5..9b5a60b 100644 --- a/config/production/hugo.yaml +++ b/config/production/hugo.yaml @@ -1,6 +1,6 @@ ######################## production configuration #################### # The base URL of your site (required). This will be prepended to all relative URLs. -baseURL: "https://www.modsecurity.org/" +baseURL: "https://modsecurity.org/" googleAnalytics: enableRobotsTXT: true build: @@ -11,4 +11,4 @@ params: services: matomoAnalytics: id: "4" - url: "piwik.netnea.com/matomo" \ No newline at end of file + url: "piwik.netnea.com/matomo"