Skip to content

Commit

Permalink
feature: configure CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
wilcorrea committed Apr 8, 2024
1 parent 450f1ab commit cf63bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import './index.css'

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
<BrowserRouter>
<BrowserRouter basename="/quiz">
<App />
</BrowserRouter>
</React.StrictMode>,
Expand Down

0 comments on commit cf63bab

Please sign in to comment.