We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b917883 commit c06d68bCopy full SHA for c06d68b
src/AcornFavicons.php
@@ -214,6 +214,7 @@ protected function generateWindowsMetaTags(): array
214
'content' => $this->getPublicPath('browserconfig.xml'),
215
],
216
];
217
+ $attributes = array_filter($attributes, fn (array $att): bool => ! empty($att['content']));
218
219
return array_merge(
220
$tags,
0 commit comments