We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f81a64 + c69ace9 commit d473b29Copy full SHA for d473b29
app/index.html
@@ -12,6 +12,9 @@
12
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
13
<link rel="stylesheet" href="{{rootURL}}assets/cargo.css">
14
15
+ <link rel="manifest" href="{{rootURL}}manifest.webmanifest">
16
+ <meta name="msapplication-config" content="{{rootURL}}browserconfig.xml">
17
+
18
{{content-for 'head-footer'}}
19
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
20
<link rel="icon" href="/cargo.png" type="image/png">
0 commit comments