Deployment WIP

This commit is contained in:
2025-02-22 23:35:46 +01:00
parent 574a738868
commit 78277906fe
9 changed files with 83 additions and 17 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import App from './App.tsx';
import './index.css';
// TODO: Bring back strict mode when building and deploying
createRoot(document.getElementById('root')).render(
createRoot(document.querySelector('#root') as HTMLElement).render(
<BrowserRouter>
<App />
</BrowserRouter>