From cf28c6cec201a3b8f287aea5b63f641202df56bf Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 7 Nov 2022 10:30:51 -0600 Subject: [PATCH] use the staging url for search to work so the staff can see it --- 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 7b28bc1..6e2511c 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,4 +1,4 @@ -baseURL = 'https://tfcconnection.org/' +baseURL = 'https://new.tfcconnection.org/' languageCode = 'en-us' title = 'TFC Connection' theme = "blowfish"