Skip to content

Commit

Permalink
hotfix: title 및 favicon 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dooohun committed Nov 28, 2024
1 parent c2ddd84 commit c94feda
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/public/you-quiz.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>You-Quiz 실시간 퀴즈 플랫폼</title>
</head>
<body>
<div id="root"></div>
Expand Down
14 changes: 14 additions & 0 deletions packages/client/public/you-quiz.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c94feda

Please sign in to comment.