From 0782ed6c89130aa7b8f1b4884f5db6d1eb643934 Mon Sep 17 00:00:00 2001 From: Hazel Snider Date: Tue, 8 Sep 2020 23:24:49 -0400 Subject: [PATCH] fix domain name thingy --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 7c26a70..89e4079 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://hazelnut.dev" +base_url = "https://www.hazelnut.dev" # Whether to automatically compile all Sass files in the sass directory compile_sass = false