Skip to content

Commit 211b281

Browse files
authored
Merge pull request #95 from SanginJeong/React-정상인-sprint5
[정상인] sprint5
2 parents ea0b857 + aa2fa7e commit 211b281

38 files changed

+4028
-141
lines changed

vite-project/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.env
12
# Logs
23
logs
34
*.log

vite-project/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
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="/images/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React</title>
7+
<title>판다마켓</title>
88
</head>
99
<body>
1010
<div id="root"></div>

0 commit comments

Comments
 (0)