Skip to content

Commit 5a37eb8

Browse files
committedJul 30, 2024·
design: 사이트 이름 및 파비콘 변경
1 parent 668ebc0 commit 5a37eb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="ko">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="src/assets/images/etc/logo.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React + TS</title>
7+
<title>실시간 커뮤니티, 잇픽</title>
88
</head>
99
<body>
1010
<div id="root"></div>

0 commit comments

Comments
 (0)
Please sign in to comment.