From 5d8dd686ec21a5a4eb1655b7112988733d889c30 Mon Sep 17 00:00:00 2001 From: eddie Date: Fri, 4 Oct 2024 15:13:42 -0700 Subject: [PATCH] fixed baseURL --- hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.yaml b/hugo.yaml index 73ae454..09fb62a 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,4 +1,4 @@ -baseURL: "https://website.fig.systems/" +baseURL: "https://blog.fig.systems/" title: Fig.Systems paginate: 5 theme: PaperMod