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.
2 parents 7b959cf + 7b85718 commit 48b9306Copy full SHA for 48b9306
index.html
@@ -5,7 +5,7 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
<title>Vite + Lit + TS</title>
7
<link rel="stylesheet" href="./src/index.css" />
8
- <script type="module" src="/src/app.ts"></script>
+ <script type="module" src="./src/app.ts"></script>
9
</head>
10
<body>
11
<app-root></app-root>
0 commit comments