Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CodexAdrian committed Aug 29, 2023
1 parent 6523dba commit a473d35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config = {
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://docs.terrarium.earth',
url: 'https://terrarium-earth.github.io/Odyssey-Docs',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
Expand All @@ -20,8 +20,7 @@ const config = {
// If you aren't using GitHub pages, you don't need these.
organizationName: 'terrarium-earth', // Usually your GitHub org/user name.
projectName: 'Odyssey-Docs', // Usually your repo name.
deploymentBranch: 'prod',
trailingSlash: true,
trailingSlash: false,

onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
Expand Down

0 comments on commit a473d35

Please sign in to comment.