Skip to content

Commit

Permalink
design: 파비콘 및 메타태그 추가
Browse files Browse the repository at this point in the history
파비콘 및 메타태그 추가
  • Loading branch information
tooooo1 authored Jan 19, 2023
2 parents bef3d93 + 3fd8acb commit e892154
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Bigtoria
<div align="center">
<img src="https://user-images.githubusercontent.com/77133565/213366004-458a84a3-8e36-4ac6-81a5-0ad36944bd83.png" />
</div>

[![Netlify Status](https://api.netlify.com/api/v1/badges/383b598e-c07f-427a-84f3-f052918e8974/deploy-status)](https://app.netlify.com/sites/sensational-concha-6acb55/deploys)

Expand Down
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="description" content="자서전 공유 서비스" />
<meta property="og:image" content="/share.png" />
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="400" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bigtoria.netlify.app" />
<meta property="og:title" content="빅토리아" />
<meta property="og:description" content="자서전 공유 서비스" />
<meta property="og:site_name" content="빅토리아" />
<meta property="og:locale" content="ko" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>빅토리아</title>
</head>
Expand Down
Binary file added public/favicon.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 added public/share.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 e892154

Please sign in to comment.