We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3099d47 commit 5e8a574Copy full SHA for 5e8a574
website/siteConfig.js
@@ -27,7 +27,8 @@ const siteConfig = {
27
tagline: 'Hold tight as we get our docs in a row 🦆🦆🦆',
28
//url: 'https://hubsfoundation.org', // Your website URL
29
url: 'https://hubs-docs.netlify.app/', //website URL for temporary publish
30
- baseUrl: '/docs/', // Base URL for your project */
+ //baseUrl: '/docs/', // Base URL for your project */
31
+ baseUrl: '/', // Base URL for temporary publish
32
// For github.io type URLs, you would set the url and baseUrl like:
33
// url: 'https://facebook.github.io',
34
// baseUrl: '/test-site/',
0 commit comments