From 5218e955d06d62014519f20aa2108bf33f9ecad3 Mon Sep 17 00:00:00 2001 From: Alain Date: Wed, 27 Dec 2023 20:13:07 +0100 Subject: [PATCH] Use production URL --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 2b68453..8db2b20 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://test.ss3d.space/" +base_url = "https://ss3d.space/" # Whether to automatically compile all Sass files in the sass directory compile_sass = true