Skip to content

Commit fe4479a

Browse files
authored
Merge pull request #206 from kota-yata/kota-yata/update-imgs
背景画像のロードが遅かったので修正
2 parents 23f514b + 4f9bd6b commit fe4479a

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

public/arch.png

1.18 KB
Loading

public/bg.jpg

-4.75 MB
Binary file not shown.

public/bg.webp

187 KB
Loading

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/rg.png" />
5+
<link rel="icon" href="%PUBLIC_URL%/arch.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="black" />
88
<meta name="description" content="Official website of the Arch" />
@@ -17,7 +17,7 @@
1717
content="https://arch.sfc.wide.ad.jp/output.webp"
1818
/>
1919
<meta property="og:type" content="website" />
20-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/rg.png" />
20+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/arch.png" />
2121
<!--
2222
manifest.json provides metadata used when your web app is installed on a
2323
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "image/x-icon"
99
},
1010
{
11-
"src": "rg.png",
11+
"src": "arch.png",
1212
"type": "image/png",
1313
"sizes": "200x200"
1414
}

public/output.webp

-277 KB
Binary file not shown.

public/rg.png

-7.11 KB
Binary file not shown.

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const App = () => {
104104
<ChakraProvider theme={theme}>
105105
<Box textAlign="left">
106106
<Image
107-
src="bg.jpg"
107+
src="bg.webp"
108108
pos="absolute"
109109
zIndex="-1"
110110
style={style.image}

0 commit comments

Comments
 (0)