FA/React
220919 React νμ΄ν, μμ΄μ½ λ°κΎΈλ λ°©λ²
ππλ¦Ό
2022. 9. 19. 23:05
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. κ·ΈλΌ μ¨μ μμ± ~