chore: favicon 변경 (#24) (#25)

This commit is contained in:
HYOJIN 2026-03-26 14:16:32 +09:00
부모 463a02c56a
커밋 c673bad9b5
8개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -2,7 +2,11 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <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" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>S&P 동기화 관리</title> <title>S&P 동기화 관리</title>
</head> </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"}