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 37c898d commit 5a1df9bCopy full SHA for 5a1df9b
src/index.ts
@@ -24,7 +24,8 @@ import {
24
verifyPublishDir,
25
} from './build/verification.js'
26
27
-const skipPlugin = process.env.NETLIFY_NEXT_PLUGIN_SKIP === 'true' || process.env.NETLIFY_NEXT_PLUGIN_SKIP === '1'
+const skipPlugin =
28
+ process.env.NETLIFY_NEXT_PLUGIN_SKIP === 'true' || process.env.NETLIFY_NEXT_PLUGIN_SKIP === '1'
29
const skipText = 'Skipping Next.js plugin due to NETLIFY_NEXT_PLUGIN_SKIP environment variable.'
30
const tracer = wrapTracer(trace.getTracer('Next.js runtime'))
31
0 commit comments