Skip to content

Commit 3f3f6a2

Browse files
authored
Merge pull request #102 from Easy-Ti-cket/feature/favicon
Feat: favicon 및 웹사이트명 설정
2 parents c22eb17 + 3424ad0 commit 3f3f6a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5+
<link rel="icon" href="/public/favicon.ico"/>
56
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
67
<link
78
rel="stylesheet"
89
href="https://cdn.jsdelivr.net/npm/reset-css@4.0.1/reset.min.css"
910
/>
10-
<title>Vite + React</title>
11+
<title>쉽게, 티켓</title>
1112
</head>
1213
<body>
1314
<div id="root"></div>

public/favicon.ico

1.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)