summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-07-07 22:18:53 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-07-07 22:18:53 +0200
commita2f09d8cfb46c285b9ab2fd1b8b40ff11897f403 (patch)
tree75bd5659d45973e324ee9e448515b94c92dd1a29
parent07f99419b7e1634e6f37b02088a5dd866e824791 (diff)
Fix base URL
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 88eaeed..c738dd8 100644
--- a/config.toml
+++ b/config.toml
@@ -1,5 +1,5 @@
# The URL the site will be built for
-base_url = "https://knowledge.beyermatthias.de"
+base_url = "https://knowledge.beyermatthi.as"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true