From 0027f175a29b8ed8946c10cf2d2d641d2d35c5c4 Mon Sep 17 00:00:00 2001 From: Sarah Maddox Date: Mon, 17 Dec 2018 09:14:54 +1100 Subject: [PATCH] Trying a quick fix to get Netlify to recognise updated styles. --- themes/docsy/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/docsy/config.toml b/themes/docsy/config.toml index e9bf60016c..1363a6c574 100644 --- a/themes/docsy/config.toml +++ b/themes/docsy/config.toml @@ -11,3 +11,4 @@ time_format_default = "January 2, 2006" # Sections to publish in the main RSS feed. rss_sections = ["blog"] +baseURL = "/" \ No newline at end of file