Skip to content

Commit

Permalink
Electron: Fix base URL for Angular
Browse files Browse the repository at this point in the history
  • Loading branch information
devinshoemaker committed Jun 12, 2019
1 parent 12ef325 commit 411f171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/app/index.html
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<title>Ionic App</title>

<base href="/" />
<base href="./" />

<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="format-detection" content="telephone=no" />
Expand Down

0 comments on commit 411f171

Please sign in to comment.