Skip to content

Commit

Permalink
Merge pull request #26 from team-Ollie/13-feature-Calendar-Modal
Browse files Browse the repository at this point in the history
fix: next.config.js env 추가 수정
  • Loading branch information
leejin-rho authored Jun 27, 2024
2 parents ee357e8 + a73895e commit 3863d92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ const nextConfig = {
styledComponents: true,
},
output: "export",

env: {
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL,
},
};

module.exports = nextConfig;

0 comments on commit 3863d92

Please sign in to comment.