Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Remove base href="/"
Browse files Browse the repository at this point in the history
because we are not using $locationProvider.html5Mode() and it breaks
Electron app because it tries to load all js code from  /app.js in filesystem
  • Loading branch information
slaweet committed May 15, 2017
1 parent 8b226f5 commit b2ed233
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ html
head
meta(name="viewport" content="width=device-width, user-scalable=no")
title Lisk Nano
base(href='/')
style(type='text/css').
body {
background-color: #eee !important;
Expand Down

0 comments on commit b2ed233

Please sign in to comment.