Skip to content

Commit 3ba760c

Browse files
committed
🚑 fix: base url docusaurus
1 parent 40fbf0e commit 3ba760c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docusaurus.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ const config: Config = {
1010
favicon: 'img/favicon.ico',
1111

1212
// Set the production url of your site here
13-
url: 'https://your-docusaurus-site.example.com',
13+
url: 'https://baronha.github.io',
1414

1515
// Set the /<baseUrl>/ pathname under which your site is served
1616
// For GitHub pages deployment, it is often '/<projectName>/'
17-
baseUrl: '/',
17+
baseUrl: '/react-native-multiple-image-picker/',
1818

1919
// GitHub pages deployment config.
2020
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)