From 349d79627aa01b7e6cae768a17f99ab027c54f60 Mon Sep 17 00:00:00 2001 From: southerntofu Date: Sun, 29 Mar 2020 21:29:33 +0200 Subject: [PATCH] Change baseURL for demo website --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 647adf9..2ac55b0 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://fr.tild3.org/dnsmanager" +base_url = "https://thunix.net/~southerntofu/dnsmanager" # Whether to automatically compile all Sass files in the sass directory compile_sass = true