From 2a04d42a72ba9d024480db9f6eb467accdf424b6 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 14 Sep 2020 20:26:13 -0700 Subject: [PATCH] Fix baseURL --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index b1db154070..fa03970b11 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://test.bitcoindevkit.org/" +baseURL = "https://bitcoindevkit.org/" languageCode = "en-us" title = "Bitcoin Dev Kit" theme = "learn" @@ -50,4 +50,4 @@ weight = 15 [[Languages.en.menu.shortcuts]] name = " Chat on Discord" url = "https://discord.gg/yRRan6q" -weight = 20 \ No newline at end of file +weight = 20 -- 2.49.0