From 7d149e6da910cb315fdbcb53659523435b61b0d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=A8=EC=A0=95=EC=9A=B1?= <113816822+HelloWook@users.noreply.github.com> Date: Fri, 3 Jan 2025 03:04:19 +0900 Subject: [PATCH 1/4] =?UTF-8?q?ci=20:=20=EB=B8=8C=EB=9E=9C=EC=B9=98?= =?UTF-8?q?=EB=AA=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/lighthouse.yml | 4 ++-- .github/workflows/storybook.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 6531551..ecc4e41 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -3,7 +3,7 @@ name: PR Build Check on: pull_request: branches: - - develope + - main jobs: build: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 87aa81c..f63f251 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: deploy aws on: push: branches: - - develope + - main jobs: deploy: diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index e0f84c1..e8e2608 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -2,9 +2,9 @@ name: Run lighthouse on: pull_request: - branches: develope + branches: main push: - branches: develope + branches: main jobs: lighthouse: diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 03c8b8b..84c85e6 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -3,7 +3,7 @@ name: 'Chromatic Deployment' on: pull_request: - branches: develope + branches: main paths: - '**.stories.tsx' push: From 53d1d1ecf18e670d91b8248e44150ba4e01c95cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=A8=EC=A0=95=EC=9A=B1?= <113816822+HelloWook@users.noreply.github.com> Date: Fri, 3 Jan 2025 03:08:29 +0900 Subject: [PATCH 2/4] =?UTF-8?q?chore=20:=20manifest.json=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index bd97033..5eeb3f6 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -8,12 +8,12 @@ "display": "standalone", "icons": [ { - "src": "sample_icon.svg", + "src": "icon-192x192.svg", "sizes": "192x192", "type": "image/svg+xml" }, { - "src": "sample_icon.svg", + "src": "icon-512x512.svg", "sizes": "512x512", "type": "image/svg+xml" } From 93cf26b2b62c4998edbb0b98de6c579a33afef6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=A8=EC=A0=95=EC=9A=B1?= <113816822+HelloWook@users.noreply.github.com> Date: Fri, 3 Jan 2025 03:12:35 +0900 Subject: [PATCH 3/4] =?UTF-8?q?env=20:=20manifest=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 5eeb3f6..ca950a9 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,9 +1,9 @@ { - "name": "My PWA App", - "short_name": "PWA App", - "description": "This is my Progressive Web App!", - "theme_color": "#ffffff", - "background_color": "#ffffff", + "name": "Bottler", + "short_name": "Bottler", + "description": "편지로 서로의 마음을 나눠요", + "theme_color": "#50bcdf", + "background_color": "#50bcdf", "start_url": "/", "display": "standalone", "icons": [ From f6d2505812bba0c737022b24e7dcca81f7cf2e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=A8=EC=A0=95=EC=9A=B1?= <113816822+HelloWook@users.noreply.github.com> Date: Fri, 3 Jan 2025 03:53:14 +0900 Subject: [PATCH 4/4] =?UTF-8?q?chore=20:=20stats.html=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index d850925..80bfa6f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ .pnp.loader.mjs linguist-vendored vite_cache/* linguist-vendored .yarn/* linguist-vendored +stats.html linguist-vendored \ No newline at end of file