对react项目进行进一步的修饰

1.改变react页面上方标题与图标

  1)修改图标:

    1.打开打包后的build文件夹的index.html

    2.对<link rel="shortcut icon" href="/favicon.ico"/>进行修改

    3.图标尺寸大小最好为32

  2)修改标题:

    修改index.html中的<title>标签中的内容

原文地址:https://www.cnblogs.com/nyhhd/p/13083150.html