Skip to content

Commit

Permalink
update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
001elijah committed Jun 16, 2023
1 parent c90543c commit 3858000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import './index.scss';

ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
<BrowserRouter basename="/bc48-node-team-project-frontend">
<BrowserRouter basename="/bc48-node-team-project-frontend/welcome">
<App />
</BrowserRouter>
</React.StrictMode>,
Expand Down

0 comments on commit 3858000

Please sign in to comment.