Skip to content

Commit 3e98a04

Browse files
committed
Changing entrypoint again
1 parent e7d92bf commit 3e98a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<link rel="stylesheet" href="/Eplant/index.css" />
7+
<link rel="stylesheet" href="Eplant/index.css" />
88
<link
99
rel="stylesheet"
1010
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
@@ -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)