Skip to content

Commit

Permalink
Add public url try
Browse files Browse the repository at this point in the history
  • Loading branch information
milkcee12 committed Feb 6, 2024
1 parent 93098e9 commit 834660c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {

export default function App () {
return (
<Router forceRefresh basename='/' path='/'>
<Router forceRefresh basename={process.env.PUBLIC_URL}>
<div className='App-header'>
{/* <img src={logo} className="App-logo" alt="logo" /> */}
<NavLink
Expand Down

0 comments on commit 834660c

Please sign in to comment.