Skip to content

Commit

Permalink
Update PUBLIC_URL env to BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tynanford committed Nov 2, 2023
1 parent d7d9048 commit 3d7294b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function App() {
};

return (
<Router basename={import.meta.env.PUBLIC_URL}>
<Router basename={import.meta.env.BASE_URL}>
<Grid container>
<Header />
</Grid>
Expand Down

0 comments on commit 3d7294b

Please sign in to comment.