From c55df9d22bc6783cc774ae1243eb8ad3a9bdc45d Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 27 Mar 2019 10:38:00 +1300 Subject: [PATCH] Added missing / to url --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 8c78891..5cca7b1 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://info.navcoin.org" +baseURL = "https://info.navcoin.org/" theme = "dot"