We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 200f37d + b969b4e commit b14c384Copy full SHA for b14c384
1 file changed
next.config.js
@@ -48,9 +48,6 @@ module.exports = async () => {
48
experimental: {
49
manualClientBasePath: true,
50
},
51
- env: {
52
- NEXTAUTH_URL: process.env.NEXTAUTH_URL,
53
- },
54
compiler: {
55
removeConsole:
56
process.env.NODE_ENV === 'prod' ? { exclude: ['error'] } : false,
0 commit comments