From 5f6fdd4628926173731bd4927e77ea9f93d71a8e Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Sat, 22 Jul 2023 16:58:52 +0600 Subject: [PATCH] update baseURL --- exampleSite/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index 43260bb..57687c0 100755 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -1,6 +1,6 @@ ######################## default configuration #################### # The base URL of your site (required). This will be prepended to all relative URLs. -baseURL = "https://hugoplate.netlify.app/" +baseURL = "/" # Title of your website (required). title = "Hugoplate" # Your theme name