我是新来的反应者。有人可以帮助我添加favicon来响应应用程序。我创建了favicon程序包,并将生成的代码添加到index.html
中。但是我不知道如何将href
设置为网站图标。
谢谢。
答案 0 :(得分:2)
您可以将favicon.ico添加到public / images,然后输入index.html并添加代码。
var options = {
textColor: 'transparent',
gridSize: 80,
imagePath: imagePath ,
someOption : iAmMissing ??
}
答案 1 :(得分:0)
如果您有自己的图片,则只需将此行更改为您的图片地址
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
只需将favicon.ico更改为您的图片名称
<link rel="shortcut icon" href="%PUBLIC_URL%/coolImage.png">
答案 2 :(得分:0)
将您的收藏夹图像移动到公用文件夹中。 在manifesto.json中重命名favicon名称。 更新index.html
中的链接