From 8f76a016fb9c85148abedaaa5d75450787fbf6ee Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Tue, 30 Aug 2022 18:43:54 +0200 Subject: [PATCH] Fix url --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d886a67..7942bd5 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://example.com" +baseURL = "https://denyskon.pages.cantorgymnasium.de/lb-dk-2022/" # This is a "one page"-website, so we do not need these kinds of pages... disableKinds = ["section", "taxonomy", "term", "RSS", "robotsTXT"]