Skip to content

Commit

Permalink
feat(gh-pages): update deployment paths
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Nov 2, 2023
1 parent 44df174 commit cd9529b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sample-react-app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const App = (): JSX.Element => {
<BrowserRouter
basename={
process.env.NODE_ENV === 'production'
? '/vechain-dapp-kit/react'
? '/vechain-dapp-kit/react/'
: '/'
}
>
Expand Down

0 comments on commit cd9529b

Please sign in to comment.