From b4836b1b3f51dd4dc9c7f9bbfcb6e09990fd6e5f Mon Sep 17 00:00:00 2001 From: AlgoRoots Date: Mon, 7 Oct 2024 12:56:14 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96-=20favicon=20image=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/angry-buckets-lick.md | 5 +++++ public/manifest.json | 6 +++--- src/configs/seo/config.ts | 10 +++++----- 3 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 .changeset/angry-buckets-lick.md diff --git a/.changeset/angry-buckets-lick.md b/.changeset/angry-buckets-lick.md new file mode 100644 index 0000000..790bcee --- /dev/null +++ b/.changeset/angry-buckets-lick.md @@ -0,0 +1,5 @@ +--- +'@toktokhan-dev/next-page-init': patch +--- + +- favicon image 경로 수정 diff --git a/public/manifest.json b/public/manifest.json index ba5d6f3..05ca725 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,17 +3,17 @@ "short_name": "TOKDEV", "icons": [ { - "src": "/icons/192.png", + "src": "/images/192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/icons/384.png", + "src": "/images/384.png", "sizes": "384x384", "type": "image/png" }, { - "src": "/icons/512.png", + "src": "/images/512.png", "sizes": "512x512", "type": "image/png" } diff --git a/src/configs/seo/config.ts b/src/configs/seo/config.ts index 6aa6f99..f9d4061 100644 --- a/src/configs/seo/config.ts +++ b/src/configs/seo/config.ts @@ -54,21 +54,21 @@ export const config: DefaultSeoProps = { }, { rel: 'apple-touch-icon', - href: '/icons/120.png', + href: '/images/120.png', }, { rel: 'apple-touch-icon', - href: '/icons/152.png', + href: '/images/152.png', sizes: '152x152', }, { rel: 'apple-touch-icon', - href: '/icons/167.png', + href: '/images/167.png', sizes: '167x167', }, { rel: 'apple-touch-icon', - href: '/icons/180.png', + href: '/images/180.png', sizes: '180x180', }, { @@ -83,7 +83,7 @@ export const config: DefaultSeoProps = { additionalMetaTags: [ // next-seo에서 다루지 않는 meta tag를 적용합니다. { - name: 'apple-mobile-web-app-capable', + name: 'mobile-web-app-capable', content: 'yes', }, {