Skip to content

Commit

Permalink
Fix: env nextconfig 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jejemerong committed May 20, 2023
1 parent 573358e commit a64eed1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {
reactStrictMode: true,
env: {
API_KEY: process.env.API_KEY,
},
};

module.exports = nextConfig
module.exports = nextConfig;

0 comments on commit a64eed1

Please sign in to comment.