Skip to content

Commit 65efa83

Browse files
Fix broken stylesheet import in .NET Core sample
Fixes reactjs#807
1 parent faf7dbd commit 65efa83

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/React.Sample.Webpack.CoreMvc/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
@Html.Raw(ViewBag.HelmetTitle)
55
<meta charset="utf-8" />
6-
<link rel="stylesheet" href="~/Content/Sample.css" />
6+
<link rel="stylesheet" href="~/Sample.css" />
77
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css" />
88
@Html.Raw(ViewBag.ServerStyles)
99
</head>

0 commit comments

Comments
 (0)