From 5e8a574dab0a7152d7f5b27483105457886fb067 Mon Sep 17 00:00:00 2001 From: yritag Date: Fri, 2 Aug 2024 13:56:43 -0400 Subject: [PATCH] updated siteConfig again for temporary publish --- website/siteConfig.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index 7aa54af..cd9f031 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -27,7 +27,8 @@ const siteConfig = { tagline: 'Hold tight as we get our docs in a row 🦆🦆🦆', //url: 'https://hubsfoundation.org', // Your website URL url: 'https://hubs-docs.netlify.app/', //website URL for temporary publish - baseUrl: '/docs/', // Base URL for your project */ + //baseUrl: '/docs/', // Base URL for your project */ + baseUrl: '/', // Base URL for temporary publish // For github.io type URLs, you would set the url and baseUrl like: // url: 'https://facebook.github.io', // baseUrl: '/test-site/',