Skip to content

Commit 24e4be4

Browse files
committed
Fixed baseUrl in Docosaur config
1 parent cb52a7e commit 24e4be4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const config = {
2323
url: 'https://your-docusaurus-site.example.com',
2424
// Set the /<baseUrl>/ pathname under which your site is served
2525
// For GitHub pages deployment, it is often '/<projectName>/'
26-
baseUrl: '/',
26+
baseUrl: '/the-python-ledger-engine/',
2727

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

0 commit comments

Comments
 (0)