Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 메타태그 이미지 수정 #146

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions apps/web-client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,20 @@
<meta name="image" content="/poolc-icon.png" />
<meta property="og:url" content="https://poolc.org" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/poolc-icon.png" />
<meta property="og:image" content="/main-banner.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:title" content="풀씨 PoolC" />
<meta property="og:description" content="연세대학교 공과대학 프로그래밍 동아리 풀씨 PoolC 입니다." />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="풀씨 PoolC" />
<meta name="twitter:description" content="연세대학교 공과대학 프로그래밍 동아리 풀씨 PoolC 입니다." />
<meta name="twitter:image" content="/poolc-icon.png" />
<meta name="twitter:image" content="/main-banner.png" />
<link rel="apple-touch-icon" href="/poolc-icon.png" />
<link rel="manifest" href="/manifest.json" />
<link href="https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css" rel="stylesheet" />
<title>풀씨 PoolC</title>
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
Expand Down
Binary file added apps/web-client/public/main-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/web-client/public/poolc-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.