We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 694cf58 + 9771036 commit 41eec93Copy full SHA for 41eec93
src/Controller/AppIcon.php
@@ -130,7 +130,7 @@ public function getIconLinks ()
130
$height = is_array($size) ? $size[1] : $size;
131
$size = $width . 'x' . $height;
132
$name = 'icon_' . $config['type'] . '_' . $width . 'x' . $height;
133
- $href = 'pub/media/' . self::STORAGE_PATH . $name . '.png';
+ $href = '/pub/media/' . self::STORAGE_PATH . $name . '.png';
134
$output[$type][$size] = [
135
'href' => $href,
136
'sizes' => $size
src/etc/config.xml
@@ -40,6 +40,7 @@
40
<start_url>/</start_url>
41
<display>standalone</display>
42
<orientation>portrait</orientation>
43
+ <scope>/</scope>
44
</webmanifest>
45
</webmanifest_customization>
46
</default>
0 commit comments