瀏覽代碼

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 查看文件

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

二進制
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"


Loading…
取消
儲存