1.改变react页面上方标题与图标
1)修改图标:
1.打开打包后的build文件夹的index.html
build
index.html
2.对<link rel="shortcut icon" href="/favicon.ico"/>进行修改
3.图标尺寸大小最好为32
2)修改标题:
修改index.html中的<title>标签中的内容