Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

dharmic's avatar

Solved - Changing SPARK favicon

I am having a hard time changing spark favicon for my project. Any help would be greatly appreciated.

The tag I used is mentioned below.

0 likes
3 replies
dharmic's avatar
dharmic
OP
Best Answer
Level 4
<link href="{{ asset('img/app/leaf.png') }}" rel="shortcut icon" type="image/svg+xml">
ShaneTurner's avatar

Could this be due to the mime type being SVG but the asset is a PNG?

dharmic's avatar

@ShaneTurner Actually I tried to href SVG image but it didn't work. png and other image formats are working fine.

Please or to participate in this conversation.