Skip to content

Commit

Permalink
🚑 fix: base url docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
baronha committed Dec 9, 2024
1 parent 40fbf0e commit 3ba760c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ const config: Config = {
favicon: 'img/favicon.ico',

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

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

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

0 comments on commit 3ba760c

Please sign in to comment.