Skip to content

Commit

Permalink
feat(config): set base url
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpmi committed Jun 17, 2024
1 parent 2416408 commit f9e06fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
run: npm install
working-directory: ./documentation

- name: Clear old build
run: npm run clear
working-directory: ./documentation

- name: Build website
run: npm run build
working-directory: ./documentation
Expand Down
2 changes: 1 addition & 1 deletion documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config: Config = {
favicon: 'img/favicon.ico',

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

0 comments on commit f9e06fa

Please sign in to comment.