Skip to content

Commit

Permalink
Fix production website URL
Browse files Browse the repository at this point in the history
  • Loading branch information
natenho committed Jun 9, 2023
1 parent 921be4d commit 5b1cdee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const config = {
favicon: 'img/favicon.png',

// Set the production url of your site here
url: 'https://your-docusaurus-test-site.com',
url: 'https://natenho.github.io/',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/Mockaco',

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

0 comments on commit 5b1cdee

Please sign in to comment.