Skip to content

Commit

Permalink
Adapted docusaurus config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragamuffin85 committed Dec 19, 2024
1 parent 3bff2d5 commit e2c1f07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ThatsMe/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ const config = {
favicon: 'img/favicon.ico',

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

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'facebook', // Usually your GitHub org/user name.
projectName: 'docusaurus', // Usually your repo name.
organizationName: 'ragamuffin85', // Usually your GitHub org/user name.
projectName: 'ThatsMe', // Usually your repo name.

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

0 comments on commit e2c1f07

Please sign in to comment.