Skip to content

Commit 92359c0

Browse files
committed
fix styles not loading when built
1 parent bee29b2 commit 92359c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/pages/index.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
---
22
import App from '../cra-project/App.jsx';
33
---
4+
<html>
5+
<head>
6+
</head>
7+
<body>
48
<App client:load />
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)