Skip to content

Commit

Permalink
chore: 🤖- favicon image 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgoRoots committed Oct 7, 2024
1 parent 81d356d commit b4836b1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-buckets-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@toktokhan-dev/next-page-init': patch
---

- favicon image 경로 수정
6 changes: 3 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
10 changes: 5 additions & 5 deletions src/configs/seo/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
{
Expand All @@ -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',
},
{
Expand Down

0 comments on commit b4836b1

Please sign in to comment.