๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ

FA/React

220919 React ํƒ€์ดํ‹€, ์•„์ด์ฝ˜ ๋ฐ”๊พธ๋Š” ๋ฐฉ๋ฒ•

 

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. ๊ทธ๋Ÿผ ์จ”์ŸŒ ์™„์„ฑ ~