simon 11 달 전
부모
커밋
ebcd373ec3
2개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 2
      public/oembed.json
  2. 2 2
      src/layouts/Layout.astro

+ 1 - 2
public/oembed.json

@@ -2,6 +2,5 @@
 	"type": "photo",
 	"width": 192,
 	"height": 192,
-	"title": "Simo",
-	"url": "/favicon.gif"
+	"title": "Simo"
 }

+ 2 - 2
src/layouts/Layout.astro

@@ -11,9 +11,9 @@ const { title } = Astro.props;
 	<head>
 		<meta charset="UTF-8" />
 		<meta name="viewport" content="width=device-width, initial-scale=1" />
-		<!-- <meta content="https://simo.ng/favicon.gif" name="og:image"> -->
+		<meta content="https://simo.ng/favicon.gif" name="og:image">
 		<meta content="#ff0504" name="theme-color">
-		<link type="application/json+oembed" href="/oembed.json" />
+		<link type="application/json+oembed" href="https://simo.ng/oembed.json" />
 		<link rel="icon" type="image/svg+xml" href="/favicon.gif" />
 		<link rel="stylesheet" href="https://unpkg.com/98.css" />
 		<meta name="generator" content={Astro.generator} />