Skip to content

Commit

Permalink
Merge pull request #139 from DDD-Community/feature/christmas-theme
Browse files Browse the repository at this point in the history
[Feature] 크리스마스 보드, 폴라로이드 테마 추가, Google Tag Manager 설정
  • Loading branch information
hwanheejung authored Dec 15, 2024
2 parents 5cfe0de + 286ef7d commit 059ef7e
Show file tree
Hide file tree
Showing 43 changed files with 6,262 additions and 256 deletions.
2 changes: 2 additions & 0 deletions .env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ declare namespace NodeJS {
interface ProcessEnv {
API_HOST: string
NEXT_PUBLIC_KAKAO_API_KEY: string
NEXT_PUBLIC_GA_ID: string
NEXT_PUBLIC_GTM_ID: string
}
}
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
echo "API_HOST=${{ vars.API_HOST }}" >> .env
echo "NODE_ENV=${{ vars.NODE_ENV }}" >> .env
echo "NEXT_PUBLIC_GA_ID=${{ secrets.NEXT_PUBLIC_GA_ID }}" >> .env
echo "NEXT_PUBLIC_GTM_ID=${{ secrets.NEXT_PUBLIC_GTM_ID }}" >> .env
echo "AUTH_KAKAO_ID=${{secrets.AUTH_KAKAO_ID}}" >> .env
echo "AUTH_KAKAO_SECRET=${{secrets.AUTH_KAKAO_SECRET}}" >> .env
echo "AUTH_SECRET=${{secrets.AUTH_SECRET}}" >> .env
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="./public/images/polabo_logo.png" height="100" />
<img src="./public/images/polabo-logo-christmas.png" height="100" />
<br />
<strong>함께 꾸미는 폴라로이드 보드</strong>
</div>
Expand Down
Loading

0 comments on commit 059ef7e

Please sign in to comment.