Skip to content

Commit

Permalink
Update basename to use var instead of string
Browse files Browse the repository at this point in the history
  • Loading branch information
becomevocal committed Oct 7, 2024
1 parent 17790d6 commit b7d90a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/examples-site/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const App: FunctionComponent = () => {
return (
<>
<AlertsManager manager={alertsManager} />
<Router basename="import.meta.env.BASE_URL">
<Router basename={import.meta.env.BASE_URL}>
<RouteFC />
</Router>
</>
Expand Down

0 comments on commit b7d90a1

Please sign in to comment.