Skip to content

Commit

Permalink
Merge pull request #109 from capstone-five-ai/develop
Browse files Browse the repository at this point in the history
hotfix: open graph 재적용
  • Loading branch information
AAminha authored Jun 3, 2024
2 parents 6dd8a0c + 2b13df3 commit bcfbc12
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
<head>
<meta charset="UTF-8" />
<!--Open Graph-->
<meta property="og:type" content="website" />
<meta property="og:title" content="Qtudy" />
<meta property="og:url" content="https://www.qtudy.com" />
<meta property="og:image"
content="https://github.com/capstone-five-ai/Qtudy-FE/assets/87255791/6f1b9432-08ad-470a-818c-6625685b0d07" />
content="https://github.com/capstone-five-ai/Qtudy-FE/assets/87255791/249ea45f-d0ae-4456-a60b-22c4cc6b0c5f" />
<meta property="og:type" content="website" />
<meta property="og:image:alt" content="AI-based Quiz and Summary Generation and Learning Service" />
<meta property="og:description"
content="AI 기반 퀴즈 및 요약정리 생성 및 학습 서비스, 큐터디" />
<meta property="og:site_name" content="Qtudy" />
<link rel="icon" type="image/svg+xml" href="/src/assets/logo/favicon.svg" />
<link href="https://hangeul.pstatic.net/hangeul_static/css/nanum-square-neo.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down

0 comments on commit bcfbc12

Please sign in to comment.