Skip to content

Commit

Permalink
changed to url
Browse files Browse the repository at this point in the history
  • Loading branch information
elimelt committed Jul 21, 2024
1 parent 8ebfc5f commit 672e4ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import ReactDOM from 'react-dom/client'
import App from './App.tsx'
import './index.css'

console.log('Hello, world!')
console.log(process.env.PUBLIC_URL)

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
<App />
Expand Down

0 comments on commit 672e4ab

Please sign in to comment.