File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
77
8- < link rel ="icon " type ="image/png " href ="/ src/assets/little_icon.png " />
8+ < link rel ="icon " type ="image/png " href ="src/assets/little_icon.png " />
99
1010 < title > Rob Keys</ title >
1111 </ head >
1212 < body >
1313 < div id ="root "> </ div >
14- < script type ="module " src ="/ src/main.tsx "> </ script >
14+ < script type ="module " src ="src/main.tsx "> </ script >
1515 </ body >
1616</ html >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import App from './App';
66createRoot ( document . getElementById ( 'root' ) ! ) . render (
77 < StrictMode >
88 < HashRouter >
9- < App />
9+ < App />
1010 </ HashRouter >
1111 </ StrictMode > ,
1212)
You can’t perform that action at this time.
0 commit comments