Skip to content

Commit b14c384

Browse files
authored
Merge pull request #40 from keepsimpleio/chore/docker-configs
chore: remove env from next.config
2 parents 200f37d + b969b4e commit b14c384

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

next.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ module.exports = async () => {
4848
experimental: {
4949
manualClientBasePath: true,
5050
},
51-
env: {
52-
NEXTAUTH_URL: process.env.NEXTAUTH_URL,
53-
},
5451
compiler: {
5552
removeConsole:
5653
process.env.NODE_ENV === 'prod' ? { exclude: ['error'] } : false,

0 commit comments

Comments
 (0)