Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into dev
  • Loading branch information
uuuo3o committed Dec 4, 2024
2 parents 96fd270 + d7cd47c commit 8fefde2
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 8fefde2

Please sign in to comment.