From d479cc79fad2508344cc0ba966f4874e7ee58554 Mon Sep 17 00:00:00 2001 From: Doeunnkimm Date: Mon, 19 Aug 2024 20:37:02 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=B2=A0=EB=84=88=20=EB=B0=8F=20ogImag?= =?UTF-8?q?e=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tech-blog/next.config.js | 4 ++++ apps/tech-blog/pages/index.mdx | 5 +---- apps/tech-blog/theme.config.jsx | 8 +++----- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/apps/tech-blog/next.config.js b/apps/tech-blog/next.config.js index aeda8141..07a3ecff 100644 --- a/apps/tech-blog/next.config.js +++ b/apps/tech-blog/next.config.js @@ -14,6 +14,10 @@ const nextConfig = { protocol: 'https', hostname: 'static.toss.im', // NOTE: 테스트를 위해 추가합니다. }, + { + protocol: 'https', + hostname: 'file.moring.one', + }, ], }, }; diff --git a/apps/tech-blog/pages/index.mdx b/apps/tech-blog/pages/index.mdx index 01bd0b58..fbb2eb7b 100644 --- a/apps/tech-blog/pages/index.mdx +++ b/apps/tech-blog/pages/index.mdx @@ -1,10 +1,7 @@ import { SummaryCard } from '@/../components'; import { articles } from '@/../constants'; - +
{articles.map((ariticle) => ( diff --git a/apps/tech-blog/theme.config.jsx b/apps/tech-blog/theme.config.jsx index 6193b285..d8f80569 100644 --- a/apps/tech-blog/theme.config.jsx +++ b/apps/tech-blog/theme.config.jsx @@ -4,12 +4,10 @@ export default { 삼봤드의 모험 팀 기술 블로그 + + + ), - useNextSeoProps: () => ({ - openGraph: { - images: [{ url: '' }], - }, - }), footer: '', };