From 1b10032bed240597d72ba2805e2c46311c30365b Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Mon, 25 Apr 2022 22:04:10 -0700 Subject: [PATCH] Link to post-self.ink --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index c987f86..40b362f 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'https://neviim.makyo.ink/' +baseURL = 'https://neviim.post-self.ink/' languageCode = 'en-us' title = "Nevi'im" theme = 'maddybook' @@ -14,7 +14,7 @@ disablePathToLower = true copyright = 2022 customCSS = ['/css/neviim.css'] subtitle = 'Post-Self book III' - subtitleLink = 'https://post-self.makyo.ink' + subtitleLink = 'https://post-self.ink' [markup.goldmark.renderer] unsafe = true