Skip to content

Commit 0738e8b

Browse files
author
kajan
committed
load global stylesheet in _Layout.cshtml
1 parent 04ad438 commit 0738e8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AspNetCoreVueMpa.Web/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
66
<title>@ViewData["Title"] - AspNetCoreVueMpa.Web</title>
7+
<link rel="stylesheet" href="~/css/styles.bundle.css">
78
</head>
89
<body>
910
<div id="app"></div>

0 commit comments

Comments
 (0)