Skip to content

Commit 02c1f4e

Browse files
committed
Update asset path for icon links
1 parent 8b291e6 commit 02c1f4e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
77
<meta name="theme-color" content="#0b0c0c">
88
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9-
<link rel="shortcut icon" sizes="16x16 32x32 48x48" href="/assets/images/favicon.ico" type="image/x-icon">
10-
<link rel="mask-icon" href="/assets/images/govuk-mask-icon.svg" color="#0b0c0c">
11-
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/govuk-apple-touch-icon-180x180.png">
12-
<link rel="apple-touch-icon" sizes="167x167" href="/assets/images/govuk-apple-touch-icon-167x167.png">
13-
<link rel="apple-touch-icon" sizes="152x152" href="/assets/images/govuk-apple-touch-icon-152x152.png">
14-
<link rel="apple-touch-icon" href="/assets/images/govuk-apple-touch-icon.png">
9+
<link rel="shortcut icon" sizes="16x16 32x32 48x48" href="/govuk-vue-minimal-example/assets/images/favicon.ico" type="image/x-icon">
10+
<link rel="mask-icon" href="/govuk-vue-minimal-example/assets/images/govuk-mask-icon.svg" color="#0b0c0c">
11+
<link rel="apple-touch-icon" sizes="180x180" href="/govuk-vue-minimal-example/assets/images/govuk-apple-touch-icon-180x180.png">
12+
<link rel="apple-touch-icon" sizes="167x167" href="/govuk-vue-minimal-example/assets/images/govuk-apple-touch-icon-167x167.png">
13+
<link rel="apple-touch-icon" sizes="152x152" href="/govuk-vue-minimal-example/assets/images/govuk-apple-touch-icon-152x152.png">
14+
<link rel="apple-touch-icon" href="/govuk-vue-minimal-example/assets/images/govuk-apple-touch-icon.png">
1515
</head>
1616
<body class="govuk-template__body js-enabled">
1717
<div id="app"></div>

0 commit comments

Comments
 (0)