From 5aabf75702d5617e21fef9dce011cbbd8787ce39 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 11 Oct 2021 15:29:03 -0700 Subject: [PATCH] Update baseURL config --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 72aeaef..4f28aaf 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'https://erynwells.me/' +baseURL = 'https://new.erynwells.me/' languageCode = 'en-us' title = 'Erynwells.me' theme = 'paper' @@ -34,4 +34,4 @@ posts = 'posts/:year/:month/:slug/' [taxonomies] category = 'categories' series = 'series' -tag = 'tags' \ No newline at end of file +tag = 'tags'