Skip to content

Commit 7890e43

Browse files
authored
Fix base URL
1 parent 093169a commit 7890e43

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
@@ -12,7 +12,7 @@ module.exports = {
1212
title: 'Mapillary Python SDK',
1313
tagline: 'A Python 3 library built on the Mapillary API v4 to facilitate retrieving and working with Mapillary data',
1414
url: 'https://mapillary.github.io',
15-
baseUrl: '/',
15+
baseUrl: '/mapillary-python-sdk/',
1616
onBrokenLinks: 'warn',
1717
onBrokenMarkdownLinks: 'warn',
1818
favicon: 'img/favicon.ico',

0 commit comments

Comments
 (0)