Skip to content

Commit 48b9306

Browse files
authored
Merge pull request #10 from IgniteUI/mdragnev/fix-prod-rendering
Change import url from absolute to relative path because of the activ…
2 parents 7b959cf + 7b85718 commit 48b9306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Vite + Lit + TS</title>
77
<link rel="stylesheet" href="./src/index.css" />
8-
<script type="module" src="/src/app.ts"></script>
8+
<script type="module" src="./src/app.ts"></script>
99
</head>
1010
<body>
1111
<app-root></app-root>

0 commit comments

Comments
 (0)