Skip to content

Commit

Permalink
docs: add baseUrl for project
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Aug 23, 2024
1 parent 159eb3e commit e177fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/developer/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config: Config = {
url: 'https://monerium.app',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/js-monorepo/',
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'monerium', // Usually your GitHub org/user name.
Expand Down

0 comments on commit e177fca

Please sign in to comment.