The titile is updated but favicon not display when use IE, the meta as follows: ```javascript const meta = { title: 'HomePage Title', description: 'This is the homepage title', link: { rel: { icon: '/favicon.ico' }, }, }; ```
The titile is updated but favicon not display when use IE, the meta as follows: