We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf7dbd commit 65efa83Copy full SHA for 65efa83
src/React.Sample.Webpack.CoreMvc/Views/Shared/_Layout.cshtml
@@ -3,7 +3,7 @@
3
<head>
4
@Html.Raw(ViewBag.HelmetTitle)
5
<meta charset="utf-8" />
6
- <link rel="stylesheet" href="~/Content/Sample.css" />
+ <link rel="stylesheet" href="~/Sample.css" />
7
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css" />
8
@Html.Raw(ViewBag.ServerStyles)
9
</head>
src/React.Sample.Webpack.CoreMvc/Content/Sample.css renamed to src/React.Sample.Webpack.CoreMvc/wwwroot/Sample.css
0 commit comments