Skip to content

Commit b5d4ab9

Browse files
authored
fix: base docs url (#238)
Signed-off-by: Javier Ribó <[email protected]>
1 parent ea4c14e commit b5d4ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const config: Config = {
1010
title: 'Hyperledger Identus',
1111
tagline: 'Hyperledger Identus Docs',
1212
url: 'https://hyperledger-identus.github.io/',
13-
baseUrl: '/',
13+
baseUrl: '/docs/',
1414
onBrokenLinks: 'throw',
1515
onBrokenAnchors:'ignore',
1616
favicon: 'img/favicon.ico',

0 commit comments

Comments
 (0)