Skip to content

Commit 95ac1fe

Browse files
Lee DumondLee Dumond
authored andcommitted
use local bootstrap, not CDN
1 parent 3224a77 commit 95ac1fe

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/Web/WebStatus/Views/Shared/Error.cshtml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,15 @@
99
<head>
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1111
<title>Error</title>
12+
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
1213

1314
<environment names="Development">
14-
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
1515
<link rel="stylesheet" href="~/css/site.min.css" type="text/css" />
16-
1716
</environment>
1817
<environment names="Staging,Production">
19-
<link rel="stylesheet" href="https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/css/bootstrap.min.css"
20-
asp-fallback-href="~/lib/bootstrap/dist/css/bootstrap.min.css"
21-
asp-fallback-test-class="sr-only" asp-fallback-test-property="position" asp-fallback-test-value="absolute" />
2218
<link rel="stylesheet" href="~/css/site.min.css" asp-append-version="true" />
2319
</environment>
20+
2421
</head>
2522
<body>
2623
<div class="container">

0 commit comments

Comments
 (0)