I posted a question yesterday and I got a very helpful answer. See question here: Vue - Set different favicon when browser online or offline
It also contains the code.
In my rendered HTML, I am getting <link id="favicon" rel="shortcut icon" type="image/x-icon" href="[object HTMLImageElement]">
when I am suppose the get the link.
How can I get the real link? Please check the code in the link above.