Skip to content

Commit 10de567

Browse files
committed
Fixed url string in Docusaurus config
1 parent 7b62e17 commit 10de567

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
@@ -20,7 +20,7 @@ const config = {
2020
},
2121

2222
// Set the production url of your site here
23-
url: 'https://razorblade23.github.io/the-python-ledger-engine',
23+
url: 'https://razorblade23.github.io',
2424
// Set the /<baseUrl>/ pathname under which your site is served
2525
// For GitHub pages deployment, it is often '/<projectName>/'
2626
baseUrl: '/the-python-ledger-engine/',

0 commit comments

Comments
 (0)