We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779c538 commit 4c62220Copy full SHA for 4c62220
packages/e2e/next.config.mjs
@@ -25,8 +25,8 @@ const config = {
25
26
console.info(`Next.js config:
27
basePath: ${basePath}
28
- windowHistorySupport: ${experimental?.windowHistorySupport ?? false}
29
- navigationRAF: ${experimental?.navigationRAF ?? false}
+ windowHistorySupport: ${config.experimental?.windowHistorySupport ?? false}
+ navigationRAF: ${config.experimental?.navigationRAF ?? false}
30
`)
31
32
export default config
0 commit comments