Skip to content

Commit a884b6f

Browse files
committed
feat: baseurl setup
1 parent b0b7159 commit a884b6f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docusaurus.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config: Config = {
1313
url: 'https://docs.mintlayer.org',
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
16-
baseUrl: '/',
16+
baseUrl: '/mintlayer-docs/',
1717

1818
// GitHub pages deployment config.
1919
// If you aren't using GitHub pages, you don't need these.
@@ -80,7 +80,6 @@ const config: Config = {
8080
position: 'left',
8181
label: 'Tutorial',
8282
},
83-
{to: '/blog', label: 'Blog', position: 'left'},
8483
{
8584
href: 'https://github.com/mintlayer/mintlayer-docs',
8685
label: 'GitHub',

0 commit comments

Comments
 (0)