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
-5
View File
@@ -1,5 +0,0 @@
[*.{html,css,js,jsx,json}]
charset = utf-8
indent_style = tab
indent_size = 2
quote_type= single
-2
View File
@@ -16,8 +16,6 @@
property="og:description"
content="Master touch typing with real code snippets from your favorite programming languages, powered by AI."
>
<meta property="og:url" content=".">
<link rel="canonical" href=".">
<link rel="icon" sizes="192x192" href="android-chrome-192x192.png">
<link rel="icon" sizes="512x512" href="android-chrome-512x512.png">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
+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>