Skip to content

Commit 9218015

Browse files
authored
Merge pull request #12 from ItinerisLtd/meta-manifest-link-missing
fix(meta): not outputting manifest link/url
2 parents a021cc5 + c6fa217 commit 9218015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AcornFavicons.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ protected function generateManifestTags(): array
130130
],
131131
[
132132
'rel' => 'manifest',
133-
'href' => $this->getPublicPath(static::MANIFEST_PATH),
133+
'href' => home_url(static::MANIFEST_PATH),
134134
],
135135
];
136136

0 commit comments

Comments
 (0)