From 3099d4734662572e8d86aa9cf645c25a405c4bcc Mon Sep 17 00:00:00 2001 From: yritag Date: Fri, 2 Aug 2024 11:55:04 -0400 Subject: [PATCH] update siteConfig.js file for netlify publish --- website/siteConfig.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index f9840e4..7aa54af 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -25,7 +25,8 @@ const users = [ const siteConfig = { title: 'Hubs', // Title for your website. tagline: 'Hold tight as we get our docs in a row 🦆🦆🦆', - url: 'https://hubsfoundation.org', // Your website URL + //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 */ // For github.io type URLs, you would set the url and baseUrl like: // url: 'https://facebook.github.io',