Skip to content

Commit

Permalink
Fix syntax problem
Browse files Browse the repository at this point in the history
  • Loading branch information
frostyfan109 committed Sep 19, 2023
1 parent dac88de commit 0a7ef4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<link
rel="icon"
type="image/x-icon"
href="https://raw.githubusercontent.com/helxplatform/appstore/<%= APPSTORE_ASSET_BRANCH %>/appstore/core/static/images/<%= BRAND %>/favicon.ico"
href="<%= isDevelopment ?
"<%= publicUrl %>favicon.ico" :
"https://raw.githubusercontent.com/helxplatform/appstore/%APPSTORE_ASSET_BRANCH%/appstore/core/static/images/%BRAND%/favicon.ico"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
Expand Down

0 comments on commit 0a7ef4e

Please sign in to comment.