From 458470d1acfa56b33b368d81fd4a20dec7cfa6cf Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 28 Nov 2022 11:18:25 +0800 Subject: [PATCH] Update baseURL in site config I should've went with this solution hours ago since deploying sites doesn't work well with the Netlify builds either. :/ --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 2673edf..dbdb287 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://foodogsquared.one/" +baseURL = "https://www.foodogsquared.one" languageCode = "en-us" title = "Gabriel Arazas" enableGitInfo = true