From 7c964287248820aa77e2a43a0d09dcfccbe04980 Mon Sep 17 00:00:00 2001 From: Hazel Snider Date: Tue, 8 Sep 2020 22:52:57 -0400 Subject: [PATCH] set up custom domain --- config.toml | 2 +- static/CNAME | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 static/CNAME diff --git a/config.toml b/config.toml index f5fa603..7c26a70 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://hazellanes.github.io/website" +base_url = "https://hazelnut.dev" # Whether to automatically compile all Sass files in the sass directory compile_sass = false diff --git a/static/CNAME b/static/CNAME new file mode 100644 index 0000000..6c9ad8d --- /dev/null +++ b/static/CNAME @@ -0,0 +1 @@ +hazelnut.dev