diff --git a/bridgetown.config.yml b/bridgetown.config.yml
index 6edd96b93caca0b38fc36861891351f3c7d0c163..aec724f926d8cbba9bb5a98767c40598d30a2a6e 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`.