Skip to content

Commit

Permalink
πŸ”§ fix: meta ν…Œκ·Έ μˆ˜μ •.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysir committed Dec 4, 2024
1 parent c868640 commit d7cd47c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 28 deletions.
25 changes: 25 additions & 0 deletions FE/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name='description'
content='μ‹€μ‹œκ°„ 주식 데이터λ₯Ό ν™œμš©ν•œ λͺ¨μ˜νˆ¬μž κ²½ν—˜μ„ 톡해 주식 νˆ¬μžμ— λŒ€ν•΄ 배울 수 μžˆλŠ” μ„œλΉ„μŠ€.'
/>
<meta
property='og:description'
content='μ‹€μ‹œκ°„ 주식 데이터λ₯Ό ν™œμš©ν•œ λͺ¨μ˜νˆ¬μž κ²½ν—˜μ„ 톡해 주식 νˆ¬μžμ— λŒ€ν•΄ 배울 수 μžˆλŠ” μ„œλΉ„μŠ€.'
/>
<meta property='og:title' content='JuGa' />
<meta property='og:url' content='https://juga.kro.kr' />
<meta property='og:type' content='website' />
<meta property='og:image:type' content='image/webp' />
<meta property='og:site_name' content='JuGa' />
<meta property='og:image:width' content='600' />
<meta property='og:image:height' content='640' />
<meta
property='og:image'
content='https://juga.kro.kr/assets/logo-BUoSezEL.webp'
/>
<meta property='og:image:alt' content='JuGa Logo' />
<meta
name='keywords'
content='JuGa, 주식, PC, λͺ¨μ˜νˆ¬μž, Web Trading Simulation System'
/>
<title>JuGa</title>
<link rel="icon" href="src/assets/favicon.ico" type="image/x-icon" />
<link
rel="stylesheet"
Expand Down
28 changes: 0 additions & 28 deletions FE/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import MyPage from 'page/MyPage';
import Rank from 'page/Rank.tsx';
import { ToastContainer } from 'react-toastify';
import 'react-toastify/dist/ReactToastify.css';
import { Helmet } from 'react-helmet-async';
import { Suspense } from 'react';
import { RankingSkeleton } from './components/Rank/RankingSkeleton.tsx';

Expand Down Expand Up @@ -45,33 +44,6 @@ export default App;
function Layout() {
return (
<>
<Helmet>
<meta
name='description'
content='μ‹€μ‹œκ°„ 주식 데이터λ₯Ό ν™œμš©ν•œ λͺ¨μ˜νˆ¬μž κ²½ν—˜μ„ 톡해 주식 νˆ¬μžμ— λŒ€ν•΄ 배울 수 μžˆλŠ” μ„œλΉ„μŠ€.'
/>
<meta
property='og:description'
content='μ‹€μ‹œκ°„ 주식 데이터λ₯Ό ν™œμš©ν•œ λͺ¨μ˜νˆ¬μž κ²½ν—˜μ„ 톡해 주식 νˆ¬μžμ— λŒ€ν•΄ 배울 수 μžˆλŠ” μ„œλΉ„μŠ€.'
/>
<meta property='og:title' content='JuGa' />
<meta property='og:url' content='https://juga.kro.kr' />
<meta property='og:type' content='website' />
<meta property='og:image:type' content='image/webp' />
<meta property='og:site_name' content='JuGa' />
<meta property='og:image:width' content='600' />
<meta property='og:image:height' content='640' />
<meta
property='og:image'
content='https://juga.kro.kr/assets/logo-BUoSezEL.webp'
/>
<meta property='og:image:alt' content='JuGa Logo' />
<meta
name='keywords'
content='JuGa, 주식, PC, λͺ¨μ˜νˆ¬μž, Web Trading Simulation System'
/>
<title>JuGa</title>
</Helmet>
<Header />
<main className='mt-[60px] flex flex-col gap-4'>
<Outlet />
Expand Down

0 comments on commit d7cd47c

Please sign in to comment.