Skip to content

Commit

Permalink
Merge pull request #7 from TEAM-ALOM/feature/simple-seo
Browse files Browse the repository at this point in the history
feat: og,favicon 설정
  • Loading branch information
GHooN99 authored Nov 10, 2024
2 parents 10ad51b + bbfd862 commit 5832d3f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
<html lang="ko">
<head>
<meta charset="UTF-8" />
<!-- open graph -->
<meta property="og:title" content="세모 - 세종대의 모든 것" />
<meta
property="og:description"
content="세종대학교의 모든 것을 한번에 모아보세요!"
/>
<meta property="og:image" content="/images/semo-og.png" />
<meta property="og:url" content="https://semo-web.vercel.app" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="세모" />
<meta property="og:locale" content="ko_KR" />

<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/favicon.ico" />

<!-- Preconnect and DNS Prefetch for Faster Font Loading -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down
Binary file added public/favicon.ico
Binary file not shown.
Binary file added public/images/semo-og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/vite.svg

This file was deleted.

0 comments on commit 5832d3f

Please # to comment.