Skip to content

Commit

Permalink
feat : favicon.ico 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoons97 committed Dec 3, 2024
1 parent 9e2ab30 commit 07c53eb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion FE/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

public
node_modules
dist
dist-ssr
Expand Down
2 changes: 1 addition & 1 deletion FE/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>QLab</title>
</head>
Expand Down
Binary file added FE/public/favicon.ico
Binary file not shown.

0 comments on commit 07c53eb

Please sign in to comment.