Skip to content

Commit

Permalink
update siteConfig.js file for netlify publish
Browse files Browse the repository at this point in the history
  • Loading branch information
eyesnareinc committed Aug 2, 2024
1 parent e7cf9bb commit 3099d47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3099d47

Please sign in to comment.