public ํ์ผ์ index.htmlํ์ผ์์ ๋ฐ๊ฟ์ฃผ๊ธฐ
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="shortcut icon" href="./logo.png" />//href์ ์์ด์ฝ ์์น
//shortcut์ ๋ฃ์ผ๋ฉด ์ฆ๊ฒจ์ฐพ๊ธฐ ์ถ๊ฐ์์๋ ๊ฐ์ ์์ด์ฝ์ผ๋ก ์ฌ์ฉ๊ฐ๋ฅ
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>React App</title> //์ฌ๊ธฐ ์์ ํ์ดํ ์ ๋ชฉ ๋ฃ๊ธฐ
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
https://www.favicon-generator.org/
Favicon & App Icon Generator
Upload an image (PNG to ICO, JPG to ICO, GIF to ICO) and convert it to a Windows favicon (.ico) and App Icons. Learn more about favicons.
www.favicon-generator.org
์ฌ๊ธฐ์ ์์ดํฐ+ ์๋๋ก์ด๋ ๋ชจ๋ ์์ด์ฝ ๋์๊ฐ๋ฅํ ์์ด์ฝ ๋ง๋ค ์ ์์
1. ํ์ผ์ ํํด์ > Favicon ๋ง๋ค๊ธฐํ๊ณ
2. ๋ค๋ชจ์นธ์์ ๋์ค๋ ๊ฒ๋ค ํค๋์์ ์ถ๊ฐํ๊ณ Download the generated favicon ๋๋ฌ์ ๋ค์ด๋ก๋ํ๊ณ
3. public ํด๋์ ๋ค์ด๋ฐ์ ์ด๋ฏธ์ง๋ค ๋ค ๋ฃ์ด์ฃผ๊ธฐ
4. ๊ทธ๋ผ ์จ์ ์์ฑ ~
'FA > React' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
20220927 React์์ sweetalert2 ์ฌ์ฉํ๊ธฐ (0) | 2022.09.27 |
---|---|
22020926 React Hooks - useState, useEffect (0) | 2022.09.26 |
20220924 React์์ Dark๋ชจ๋ ์ ์ฉํ๊ธฐ (0) | 2022.09.24 |
220917 ๋ฐฐ๊ฒฝ์์ ๋๋ค์ผ๋ก ์ด๋ฏธ์ง ๋์ค๊ฒ ํ๊ธฐ (0) | 2022.09.17 |
React์ JSX / Javascript์ ๋ค๋ฅธ ์ / JSX ๊ท์น (0) | 2022.08.15 |