summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsof <lsof@mailbox.org>2026-04-29 17:54:03 +0200
committerlsof <lsof@mailbox.org>2026-04-29 17:54:03 +0200
commit315a8e380550c88cfeb6fc6af633d12baf16ed82 (patch)
tree576c76ea7b2639385da3446a56f2820a1b7a39aa
parent2b3fbe314eddc6fbb334130165616e9918f97d19 (diff)
root-relative URLS
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index c907705..2b3f56d 100644
--- a/config.toml
+++ b/config.toml
@@ -1,5 +1,5 @@
# The URL the site will be built for
-base_url = "https://lemon.rip"
+base_url = "/"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false