Skip to content

Commit

Permalink
feat(env) : env 파일/api url 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chhw130 committed Dec 12, 2023
1 parent f0ae6ca commit e922d9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions component/Funnel/MainFunnel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ interface MainFunnelPropsType {
}

const MainFunnel = ({ setFunnel }: MainFunnelPropsType) => {
console.log(process.env.NEXT_PUBLIC_API_URL);

return (
<>
<Image
Expand Down

0 comments on commit e922d9c

Please sign in to comment.