Skip to content

Commit 1c774b3

Browse files
authored
fix: Entrypoint (#168)
1 parent eafda36 commit 1c774b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<link rel="icon" type="image/svg+xml" href="static/favicon.svg" />
2222
<link rel="icon" type="image/png" href="static/favicon.png" />
2323
<link rel="manifest" href="static/site.webmanifest" />
24-
<script type="module" src="/Eplant/main.tsx"></script>
24+
<script type="module" src="Eplant/main.tsx"></script>
2525
<title>Eplant</title>
2626
</head>
2727
<body>

0 commit comments

Comments
 (0)