Skip to content

Commit

Permalink
fix(create-mako): stylesheet don't work (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc authored Jul 1, 2024
1 parent d4351ba commit 13f0fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-mako/templates/react/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mako App</title>
<link ref="stylesheet" href="/index.css" />
<link rel="stylesheet" href="/index.css" />
</head>

<body>
Expand Down

0 comments on commit 13f0fc5

Please sign in to comment.