We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a44d99 + aaa0f33 commit 40db30cCopy full SHA for 40db30c
.github/workflows/deploy-optimized.yml
@@ -46,9 +46,9 @@ jobs:
46
47
- name: Build for production
48
env:
49
- VITE_TMDB_API_KEY: ${{ secrets.VITE_TMDB_API_KEY }}
50
- VITE_TMDB_BASE_URL: https://api.themoviedb.org/3
51
- VITE_TMDB_IMAGE_URL: https://image.tmdb.org/t/p/w500
+ NEXT_PUBLIC_TMDB_API_KEY: ${{ secrets.VITE_TMDB_API_KEY }}
+ NEXT_PUBLIC_TMDB_BASE_URL: https://api.themoviedb.org/3
+ NEXT_PUBLIC_TMDB_IMAGE_URL: https://image.tmdb.org/t/p/w500
52
run: |
53
# ES Modules 이슈 해결을 위한 임시 조치
54
cd apps/watcha_clone_coding
0 commit comments