mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
Deployment WIP
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
[*.{html,css,js,jsx,json}]
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
quote_type= single
|
||||
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user