From 49eeca235c15c13574e6203401ff52d400698b4f Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 24 Jan 2019 09:47:21 -0800 Subject: [PATCH] Update root URL to new address (#507) Signed-off-by: lucperkins --- website/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config.toml b/website/config.toml index fe3ae4e51..caf0250c6 100644 --- a/website/config.toml +++ b/website/config.toml @@ -1,6 +1,6 @@ # Basic site config title = "Virtual Kubelet" -baseURL = "https://virtual-kubelet.netlify.com" +baseURL = "https://virtual-kubelet.io" languageCode = "en-us" enableRobotsTxt = true