From 324ab401913b25327f04b27e9ca11661045ed454 Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 19 Aug 2019 20:12:13 -0700 Subject: [PATCH] changed url in config to match prodction url --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 4a724ab..cad34e7 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://shockrah.gitlab.io/resume" +baseURL = "https://shockrah.gitlab.io/resume" languageCode = "en-us" theme = "sada"