Skip to content

Commit

Permalink
[fix] config파일에 env 정보 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
harin0707 committed May 31, 2024
1 parent 916b2de commit 7e8abcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
const nextConfig = {
compiler:{
styledComponents:true,
},
env:{
NEXT_PUBLIC_API_BASE_URL: process.env.NEXT_PUBLIC_API_BASE_URL,
}
};

Expand Down

0 comments on commit 7e8abcd

Please sign in to comment.