Skip to content

Commit daaef0d

Browse files
committed
fix: fixed baseURL path based on github repo naming conventions
Signed-off-by: Ansh Sarkar <anshsark18@gmail.com>
1 parent 57fb4f3 commit daaef0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const config = {
1010
tagline: 'Create and Design Workflows with Ease',
1111
url: 'https://workflow.github.io',
1212
trailingSlash: false,
13-
baseUrl: '/docs/',
13+
baseUrl: '/workflow/',
1414
onBrokenLinks: 'warn',
1515
onBrokenMarkdownLinks: 'warn',
1616
favicon: 'img/favicon.ico',

0 commit comments

Comments
 (0)