From b5843743186132b2ce3e7a678f47e3556c3b69f0 Mon Sep 17 00:00:00 2001 From: Justin Rajewski Date: Tue, 26 Mar 2024 09:38:05 -0600 Subject: [PATCH] Updated url --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 5588259..0cd3ca5 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://new.alchitry.com" +base_url = "https://alchitry.com" author = "Justin Rajewski" # Whether to automatically compile all Sass files in the sass directory @@ -51,7 +51,7 @@ navigation = [ { url = "$BASE_URL/alchitry-labs", title = "Alchitry Labs" }, { url = "$BASE_URL/tutorials", title = "Tutorials" }, { url = "https://www.sparkfun.com/categories/tags/alchitry", title = "Shop", is_external = true }, - { url = "https://alchitry.com/", title = "Old Alchitry", is_external = true }, + { url = "https://old.alchitry.com/", title = "Old Alchitry", is_external = true }, ] home_title = "Alchitry"