Skip to content

Commit 4670ff2

Browse files
committed
chore: baseurl again
1 parent aa67ac9 commit 4670ff2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs-site/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ const config = {
1515
favicon: 'img/favicon.ico',
1616

1717
// Set the production url of your site here
18-
url: 'https://www.akylas.fr',
18+
url: 'https://documentscanner.akylas.fr',
1919
// Set the /<baseUrl>/ pathname under which your site is served
2020
// For GitHub pages deployment, it is often '/<projectName>/'
21-
baseUrl: '/',
21+
baseUrl: '',
2222

2323
// GitHub pages deployment config.
2424
// If you aren't using GitHub pages, you don't need these.
25-
organizationName: 'Akylas', // Usually your GitHub org/user name.
25+
organizationName: 'ossdocumentscanner', // Usually your GitHub org/user name.
2626
projectName: 'OSS-DocumentScanner', // Usually your repo name.
2727
trailingSlash: false,
2828

0 commit comments

Comments
 (0)