There was an error while loading. Please reload this page.
1 parent 6853737 commit 071bc44Copy full SHA for 071bc44
1 file changed
packages/nextjs/src/edge/index.ts
@@ -63,7 +63,7 @@ export function init(options: VercelEdgeOptions = {}): void {
63
);
64
}
65
66
- const customDefaultIntegrations = getDefaultIntegrations(options);
+ const customDefaultIntegrations = getDefaultIntegrations();
67
68
// This value is injected at build time, based on the output directory specified in the build config. Though a default
69
// is set there, we set it here as well, just in case something has gone wrong with the injection.
0 commit comments