From fbe6638ffe59187750bd1d3a466b50baec8d1a9a Mon Sep 17 00:00:00 2001 From: gautierchomel Date: Fri, 3 May 2024 08:03:25 +0200 Subject: [PATCH] Update config.toml Custom baseurl --- config/_default/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index ebc270b..21c05ef 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,6 +1,6 @@ # set `baseurl` to your root domain # if you set it to "/" share icons won't work properly on production -baseurl = "https://edrlab.github.io/members/" # Include trailing slash +baseurl = "https://members.edrlab.org/" # Include trailing slash # title = "Clarity" # Edit directly from config/_default/languages.toml # alternatively, uncomment this and remove `title` entry from the aforemention file. # copyright = "Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved." # canonifyurls = true