Skip to content

Commit bbd6243

Browse files
committed
Merge branch 'dev' into prod
2 parents cb31490 + 0dc5830 commit bbd6243

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
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>

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import App from './App';
66
createRoot(document.getElementById('root')!).render(
77
<StrictMode>
88
<HashRouter>
9-
<App />
9+
<App/>
1010
</HashRouter>
1111
</StrictMode>,
1212
)

0 commit comments

Comments
 (0)