From 3714f4b862c756fcfe2122b3d215090f7a880595 Mon Sep 17 00:00:00 2001 From: Bumang-Cyber Date: Sat, 27 Jan 2024 00:10:48 +0900 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20githubAction=20=ED=99=98=EA=B2=BD?= =?UTF-8?q?=EB=B3=80=EC=88=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/firebase-hosting-merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 1faef700..2f93816c 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -10,8 +10,8 @@ jobs: build_and_deploy: runs-on: ubuntu-latest env: - VITE_BASE_URL: "${{secrets.VITE_APIKEY}}" - VITE_APIKEY: "${{secrets.VITE_AUTH_DOMAIN}}" + VITE_APIKEY: "${{secrets.VITE_APIKEY}}" + VITE_AUTH_DOMAIN: "${{secrets.VITE_AUTH_DOMAIN}}" VITE_PROJECT_ID: "${{secrets.VITE_PROJECT_ID}}" VITE_STORAGE_BUCKET: "${{secrets.VITE_STORAGE_BUCKET}}" VITE_MESSAGING_SENDERID: "${{secrets.VITE_MESSAGING_SENDERID}}" From 9d5aa615e2ecfb364351bcb4fa4e6b876cfde2df Mon Sep 17 00:00:00 2001 From: Bumang-Cyber Date: Sat, 27 Jan 2024 00:11:53 +0900 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20githubAction=20=ED=99=98=EA=B2=BD?= =?UTF-8?q?=EB=B3=80=EC=88=98pr=ED=8C=8C=EC=9D=BC=EB=8F=84=20=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 --- .github/workflows/firebase-hosting-pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 00f46708..6d2d229a 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -8,8 +8,8 @@ jobs: if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}" runs-on: ubuntu-latest env: - VITE_BASE_URL: "${{secrets.VITE_APIKEY}}" - VITE_APIKEY: "${{secrets.VITE_AUTH_DOMAIN}}" + VITE_APIKEY: "${{secrets.VITE_APIKEY}}" + VITE_AUTH_DOMAIN: "${{secrets.VITE_AUTH_DOMAIN}}" VITE_PROJECT_ID: "${{secrets.VITE_PROJECT_ID}}" VITE_STORAGE_BUCKET: "${{secrets.VITE_STORAGE_BUCKET}}" VITE_MESSAGING_SENDERID: "${{secrets.VITE_MESSAGING_SENDERID}}" From 840d03cece0009b92da3a1c0a2f19741eba875f5 Mon Sep 17 00:00:00 2001 From: Bumang-Cyber Date: Sat, 27 Jan 2024 00:15:01 +0900 Subject: [PATCH 3/3] =?UTF-8?q?feat:=20=EC=A3=BC=EC=84=9D=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 439fe09d..2fc6a4f0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,7 +7,6 @@ import { useToastStore } from "./store/store"; import { AnimatePresence } from "framer-motion"; function App() { - // 토스트 const toastConfig = useToastStore((state) => state.config); return (