소스 검색

yarn build

master
Yusmardianto 4 년 전
부모
커밋
591e360b19
3개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      assets/img/favicon.png
  2. BIN
      assets/img/favicons.png
  3. +1
    -1
      pages/_document.js

BIN
assets/img/favicon.png 파일 보기

Before After
Width: 76  |  Height: 76  |  Size: 1.1 KiB Width: 400  |  Height: 400  |  Size: 13 KiB

BIN
assets/img/favicons.png 파일 보기

Before After
Width: 400  |  Height: 400  |  Size: 13 KiB

+ 1
- 1
pages/_document.js 파일 보기

@@ -13,7 +13,7 @@ class MyDocument extends Document {
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" href={require("assets/img/favicons.png")} />
<link rel="shortcut icon" href={require("assets/img/favicon.png")} />
<link
rel="apple-touch-icon"
sizes="76x76"


불러오는 중...
취소
저장