From 86d5402c8ba15983e025bb100c24fc8f8c4a9ead Mon Sep 17 00:00:00 2001 From: lydiacho <81505421+lydiacho@users.noreply.github.com> Date: Sun, 18 Aug 2024 01:46:29 +0900 Subject: [PATCH] [Sync] (#3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [Fix] manifest 및 og tag link 수정 (#419) * fix: manifest 파일명 * fix: og tag link full url로 수정 * [Fix] Og 이미지 파일명 오탈자 수정 (#421) * fix: full url 제거 확인 * fix: ogimage 파일명 수정 --- index.html | 2 -- public/{maekrsOg.png => makersOg.png} | Bin 2 files changed, 2 deletions(-) rename public/{maekrsOg.png => makersOg.png} (100%) diff --git a/index.html b/index.html index 95fe9840..1b67684d 100644 --- a/index.html +++ b/index.html @@ -18,8 +18,6 @@ - - diff --git a/public/maekrsOg.png b/public/makersOg.png similarity index 100% rename from public/maekrsOg.png rename to public/makersOg.png