chore: favicon 변경 (#24) #25

병합
HYOJIN feature/ISSUE-24-favicon 에서 develop 로 1 commits 를 머지했습니다 2026-03-26 14:16:32 +09:00
8개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
Showing only changes of commit c8ea923c5e - Show all commits

파일 보기

@ -2,7 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>S&P 동기화 관리</title>
</head>

Binary file not shown.

After

Width:  |  Height:  |  크기: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  크기: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  크기: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  크기: 636 B

Binary file not shown.

After

Width:  |  Height:  |  크기: 1.4 KiB

BIN
frontend/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  크기: 15 KiB

파일 보기

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}