From b13cf1e5c939c13541478c29b438ae41fa10fc7a Mon Sep 17 00:00:00 2001 From: vintro Date: Mon, 19 Jun 2023 16:20:16 -0400 Subject: [PATCH] change baseURL in config.toml to the custom domain re: IG issue --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index c3af6ded5452d..35f0b6bdc4e28 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://plastic-labs.github.io/" +baseURL = "https://plasticlabs.ai" languageCode = "en-us" relativeURLs = false disablePathToLower = true