From a153de327ab01f3dd9d15478a4b549ae49e286cf Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Fri, 3 Feb 2023 21:05:12 +0100 Subject: [PATCH] add prod url --- 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 31e56d4..132f405 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -2,7 +2,7 @@ # Refer to the theme docs for more details about each of these parameters. # https://jpanther.github.io/congo/docs/getting-started/ -# baseURL = "https://blog.okami101.io/" +baseURL = "https://blog.okami101.io" languageCode = "en" defaultContentLanguage = "en" theme = "congo"