We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1621e0b commit 10e4006Copy full SHA for 10e4006
index.html
@@ -4,12 +4,14 @@
4
<meta charset="UTF-8" />
5
<link rel="icon" href="/favicon.ico" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <meta name="theme-color" content="#000000" />
8
+ <link rel="apple-touch-icon" href="/logo192.png" />
9
<title>VelocityDraft</title>
10
<meta name="description" content="Flexible application essay scheduler" />
11
<base href="/velocity-draft/" />
12
</head>
13
<body>
14
<div id="root"></div>
- <script type="module" src="/src/main.tsx"></script>
15
+ <script type="module" src="./src/index.jsx"></script>
16
</body>
17
</html>
0 commit comments