Skip to content

Commit ba9f260

Browse files
jamescoffman23MarkPieszak
authored andcommitted
Update _Layout.cshtml (TrilonIO#433)
1 parent c0dfc73 commit ba9f260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<base href="/" />
4+
<base href="@(Url.Content("~/"))" />
55
<title>@ViewData["Title"]</title>
66

77
<meta charset="utf-8" />

0 commit comments

Comments
 (0)