Skip to content

Commit

Permalink
chore: env
Browse files Browse the repository at this point in the history
  • Loading branch information
Doeunnkimm committed Sep 25, 2024
1 parent 8d6aa1f commit 1b776d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/scripts/MazeScript.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const MazeScript = () => {
useEffect(() => {
(() => {
const { sessionStorage } = window;
const apiKey = '25a6123e-63e8-48d5-b806-25c44a0f0c80';
const apiKey = process.env.NEXT_PUBLIC_MAZE_API_KEY;
const scriptUrl = 'https://snippet.maze.co/maze-universal-loader.js';

try {
Expand Down
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"globalEnv": [
"NEXT_PUBLIC_KAKAO_API_KEY",
"NEXT_PUBLIC_MAZE_API_KEY",
"NEXT_PUBLIC_GOOGLE_ANALYTICS_ID",
"NEXT_PUBLIC_STAGE",
"NEXT_PUBLIC_KAKAO_API_KEY"
Expand Down

0 comments on commit 1b776d0

Please sign in to comment.