Skip to content

Commit

Permalink
hotfix: PWA 관련 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Choi-Jiwon-38 authored Oct 4, 2024
1 parent ff846d8 commit 4cb40de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"short_name": "워크인코리아",
"description": "원하는 곳에서 머무르며 일하다",
"start_url": "/",
"display": "standalone",
"theme_color": "#000000",
"display": "browser",
"background_color": "#FFFFFF",
"theme_color": "#FFFFFF",
"icons": [
{
"src": "/icons/icon-192x192.png",
Expand Down

0 comments on commit 4cb40de

Please sign in to comment.