Skip to content

Commit 36bec8a

Browse files
change baseurl to www domain
1 parent 1a2017c commit 36bec8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ const config = {
1111
favicon: 'img/favicon.ico',
1212

1313
// Set the production url of your site here
14-
url: 'https://docs.godspeed.systems',
14+
url: 'https://godspeed.systems',
1515
// Set the /<baseUrl>/ pathname under which your site is served
1616
// For GitHub pages deployment, it is often '/<projectName>/'
17-
baseUrl: '/',
17+
baseUrl: '/docs',
1818

1919
// GitHub pages deployment config.
2020
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)