Conversation
- 홈 화면에 추가하기 메뉴에서 보여질 앱 이름을 'CHNY.WORLD'로 변경 - 홈 화면에 추가 시 보여질 앱 이름을 'chny.world'로 변경 Signed-off-by: chayeoi <chayeoikeem@gmail.com>
|
Deploy preview for chny ready! Built with commit 259f174 |
400199e to
cffd0bf
Compare
- favicon과 웹 앱 아이콘을 개별적으로 관리할 수 있도록 `gatsby-plugin-manifest'에 `include_favicon` 옵션을 `false`로 설정하고 favicon을 `SEO` 컴포넌트에서 추가하도록 함 - favicon과 logo를 변경된 이미지로 교체 Signed-off-by: chayeoi <chayeoikeem@gmail.com>
- `theme-color`를 직접 제어하기 위해 manifest 플러그인이 직접 추가하지 않도록 설정함 - 앱의 theme 색상을 좀 더 밝은 파랑색 계열인 '#2979ff'로 변경 Signed-off-by: chayeoi <chayeoikeem@gmail.com>
92b7d13 to
0628b9d
Compare
apple 디바이스에서 보여질 splash 스크린을 디바이스 너비 및 해상도에 따라 설정함 Signed-off-by: chayeoi <chayeoikeem@gmail.com>
0628b9d to
259f174
Compare
Closed
3 tasks
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gatsby-plugin-manifest'에include_favicon옵션을false로 설정하고 favicon을SEO` 컴포넌트에서 추가하도록 함theme-color를 직접 제어하기 위해 manifest 플러그인이 직접 추가하지 않도록 설정함Resolves #43