Skip to content

Commit

Permalink
Remove www from URL
Browse files Browse the repository at this point in the history
  • Loading branch information
airween authored Aug 30, 2024
1 parent 3bfef1c commit 510db6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/production/hugo.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -11,4 +11,4 @@ params:
services:
matomoAnalytics:
id: "4"
url: "piwik.netnea.com/matomo"
url: "piwik.netnea.com/matomo"

0 comments on commit 510db6b

Please sign in to comment.