Skip to content

Commit d473b29

Browse files
committed
Auto merge of #2047 - Turbo87:manifest, r=locks
Add missing `ember-web-app` tags see https://zonkyio.github.io/ember-web-app/docs/getting-started/installation r? @locks
2 parents 5f81a64 + c69ace9 commit d473b29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
1313
<link rel="stylesheet" href="{{rootURL}}assets/cargo.css">
1414

15+
<link rel="manifest" href="{{rootURL}}manifest.webmanifest">
16+
<meta name="msapplication-config" content="{{rootURL}}browserconfig.xml">
17+
1518
{{content-for 'head-footer'}}
1619
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
1720
<link rel="icon" href="/cargo.png" type="image/png">

0 commit comments

Comments
 (0)