Skip to content

Commit

Permalink
feat(config): set urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpmi committed Jun 17, 2024
1 parent adb36c9 commit 2416408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ const config: Config = {
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://mindinventory.github.io',
url: 'https://mindinventory.github.io/react-native-boilerplate',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/documentation',

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

0 comments on commit 2416408

Please sign in to comment.