From 360d374ba1f76103fb8c357412ec03018bfc3f9d Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 8 Jun 2023 17:04:59 +0200 Subject: [PATCH] Fix url --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index ef53c1b..db1ce7a 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://plants.trivernis.net" +base_url = "https://plantwiki.trivernis.net" # Whether to automatically compile all Sass files in the sass directory compile_sass = true