From ec1849729cc3d858d6829fbca0026e6031cc8816 Mon Sep 17 00:00:00 2001 From: Brad Penney Date: Wed, 10 Dec 2025 21:27:12 -0400 Subject: [PATCH] Adjusting the default baseURL Signed-off-by: Brad Penney --- config/_default/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index a7b5975..91737e7 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://firestoned.github.io/website/" +baseURL = "https://firestoned.io/" title = "Firestoned" description = "API-driven DNS infrastructure management" enableRobotsTXT = true