宋飞杨 1 년 전
부모
커밋
87db029cab
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      public/index.html
  2. BIN
      public/logo.ico

+ 2 - 1
public/index.html

@@ -13,6 +13,7 @@
       );
     </script>
     <link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
+    <link rel="icon" href="./logo.ico" />
   </head>
 
   <body>
@@ -24,4 +25,4 @@
   </body>
 </html>
 
-</html>
+</html>

BIN
public/logo.ico