From 7d0094c5cdbfb7a7ab2ed0271f6eb6fb2044fd2d Mon Sep 17 00:00:00 2001 From: Angad Behl <77907286+slashtechno@users.noreply.github.com> Date: Tue, 25 Jun 2024 20:40:28 +0000 Subject: [PATCH] fix: Update baseURL in hugo.yaml to test-cross-blogger.vercel.app --- hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.yaml b/hugo.yaml index 3a57800..4179eec 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,4 +1,4 @@ -baseURL: 'https://example.com/' +baseURL: 'https://test-cross-blogger.vercel.app' languageCode: en-us # This title is used as the website title (navbar and meta title) title: Cross Blogger Showcase