From 619443a90ce95fe96caaf06257c34740dcd71775 Mon Sep 17 00:00:00 2001
From: TheJoeCoder <joe@radialbog9.uk>
Date: Wed, 7 Jun 2023 22:22:12 +0000
Subject: [PATCH] Update bridgetown.config.yml

---
 bridgetown.config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bridgetown.config.yml b/bridgetown.config.yml
index 6edd96b..aec724f 100644
--- a/bridgetown.config.yml
+++ b/bridgetown.config.yml
@@ -24,7 +24,7 @@ template_engine: liquid
 
 # Other options you might want to investigate:
 #
-# base_path: "/" # the subpath of your site, e.g. /blog. If you set this option,
+base_path: "/testpages" # the subpath of your site, e.g. /blog. If you set this option,
 # ensure you use the `relative_url` helper for all links and assets in your HTML.
 # If you're using esbuild for frontend assets, edit `esbuild.config.js` to
 # update `publicPath`.
-- 
GitLab