Skip to content

Commit

Permalink
fix(app): make paths to api assets relative
Browse files Browse the repository at this point in the history
FIX: enables the panel to run on the new setup without ports
  • Loading branch information
espy committed Aug 18, 2015
1 parent c533994 commit b28e426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

{{content-for 'head'}}

<link rel="stylesheet" href="/_api/_plugins/_assets/styles/admin-dashboard-uikit.css">
<link rel="stylesheet" href="_api/_plugins/_assets/styles/admin-dashboard-uikit.css">
<link rel="stylesheet" href="assets/vendor.css">
<link rel="stylesheet" href="assets/hoodie-admin-dashboard.css">

Expand All @@ -19,7 +19,7 @@
{{content-for 'body'}}

<script src="assets/vendor.js"></script>
<script src="/_api/_plugins/_assets/scripts/admin-dashboard-uikit.js"></script>
<script src="_api/_plugins/_assets/scripts/admin-dashboard-uikit.js"></script>
<script src="assets/hoodie-admin-dashboard.js"></script>

{{content-for 'body-footer'}}
Expand Down

0 comments on commit b28e426

Please sign in to comment.