Skip to content

Commit

Permalink
Merge pull request #3 from IntersectMBO/CarlosLopezDeLara-patch-1
Browse files Browse the repository at this point in the history
Update docusaurus.config.js
  • Loading branch information
CarlosLopezDeLara authored Oct 29, 2024
2 parents 7b5bb2a + 427396d commit eb5723a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ const config = {
url: 'https://intersectMBO.github.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/working-groups-info/',
baseUrl: '/workgroup-info/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'intersectMBO', // Usually your GitHub org/user name.
projectName: 'working-groups-info', // Usually your repo name.
projectName: 'workgroup-info', // Usually your repo name.
trailingSlash: false,

onBrokenLinks: 'warn',
Expand Down Expand Up @@ -114,4 +114,4 @@ const config = {
}),
};

export default config;
export default config;

0 comments on commit eb5723a

Please sign in to comment.