We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce06a48 commit 648899cCopy full SHA for 648899c
next.config.js
@@ -57,7 +57,7 @@ const securityHeaders = [
57
const output = process.env.EXPORT ? 'export' : undefined
58
const basePath = process.env.BASE_PATH || undefined
59
const unoptimized = process.env.UNOPTIMIZED ? true : undefined
60
-console.log('output', output)
+
61
/**
62
* @type {import('next/dist/next-server/server/config').NextConfig}
63
**/
0 commit comments