We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e37ca commit 94f7de5Copy full SHA for 94f7de5
1 file changed
index.html
@@ -4,7 +4,7 @@
4
<meta charset="UTF-8" />
5
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <link rel="stylesheet" href="Eplant/index.css" />
+ <link rel="stylesheet" href="/Eplant/index.css" />
8
<link
9
rel="stylesheet"
10
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
@@ -21,7 +21,7 @@
21
<link rel="icon" type="image/svg+xml" href="static/favicon.svg" />
22
<link rel="icon" type="image/png" href="static/favicon.png" />
23
<link rel="manifest" href="static/site.webmanifest" />
24
- <script type="module" src="Eplant/main.tsx"></script>
+ <script type="module" src="/Eplant/main.tsx"></script>
25
<title>Eplant</title>
26
</head>
27
<body>
0 commit comments