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

feat: og,favicon 설정 #7

Merged
merged 1 commit into from
Nov 10, 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
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.

Loading