Skip to content

Commit ed9d25a

Browse files
committed
chore(docs): fix website base url
1 parent f573649 commit ed9d25a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const config = {
1414
url: 'https://kelvin-olaiya.github.io',
1515
// Set the /<baseUrl>/ pathname under which your site is served
1616
// For GitHub pages deployment, it is often '/<projectName>/'
17-
// baseUrl: '/PPS-22-Prolog-as-scalaDSL/',
18-
baseUrl: '/',
17+
baseUrl: '/PPS-22-Prolog-as-scalaDSL/',
18+
// baseUrl: '/',
1919

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

0 commit comments

Comments
 (0)