Skip to content

Commit

Permalink
testing production env (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloxe authored May 28, 2024
1 parent f50a143 commit 17fb9fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import './App.css'
function App() {
return (
<div className='App'>
<div>{`mode: ${import.meta.env.MODE} image: ${import.meta.env.VITE_BASE_URL}`}</div>
<Wrapper />
</div>
)
Expand Down

0 comments on commit 17fb9fc

Please sign in to comment.