From 240f675f2c3923a2c121aecb325ad4e144dac647 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Wed, 21 Jun 2017 11:02:03 -0500 Subject: [PATCH] Change baseurl to empty string to fix CSS in dev URL --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 0e0eedb63..7c29ebc3b 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://hugodocs.info" +baseurl = "" canonifyurls = true # Pointing to this file config = "config.toml"