ソースを参照

yarn build

master
Yusmardianto 4年前
コミット
591e360b19
3個のファイルの変更1行の追加1行の削除
  1. バイナリ
      assets/img/favicon.png
  2. バイナリ
      assets/img/favicons.png
  3. +1
    -1
      pages/_document.js

バイナリ
assets/img/favicon.png ファイルの表示

変更前 変更後
幅: 76  |  高さ: 76  |  サイズ: 1.1 KiB 幅: 400  |  高さ: 400  |  サイズ: 13 KiB

バイナリ
assets/img/favicons.png ファイルの表示

変更前 変更後
幅: 400  |  高さ: 400  |  サイズ: 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"


読み込み中…
キャンセル
保存