Skip to content

Commit

Permalink
fix(404 page): set correct base href (#5538)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Aug 21, 2020
1 parent a45c5a2 commit 408f794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<title>404</title>

<base href="/nebular/">
<base href="/ngx-admin/">

<script type="text/javascript" src="assets/ghspa.js"></script>
</head>
Expand Down

0 comments on commit 408f794

Please sign in to comment.