Skip to content

Commit 50ba35e

Browse files
authored
fix link to stylesheet
1 parent c041c22 commit 50ba35e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/rescript-template-vite/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>ReScript + Vite + React</title>
9-
<link href="/dist/styles.css" rel="stylesheet">
9+
<link href="/src/index.css" rel="stylesheet">
1010
</head>
1111

1212
<body>
1313
<div id="root" class="h-screen flex justify-center items-center"></div>
1414
<script type="module" src="/src/Main.res.mjs"></script>
1515
</body>
1616

17-
</html>
17+
</html>

0 commit comments

Comments
 (0)