Skip to content

Commit 4c62220

Browse files
committed
chore: Fix reference
1 parent 779c538 commit 4c62220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/e2e/next.config.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ const config = {
2525

2626
console.info(`Next.js config:
2727
basePath: ${basePath}
28-
windowHistorySupport: ${experimental?.windowHistorySupport ?? false}
29-
navigationRAF: ${experimental?.navigationRAF ?? false}
28+
windowHistorySupport: ${config.experimental?.windowHistorySupport ?? false}
29+
navigationRAF: ${config.experimental?.navigationRAF ?? false}
3030
`)
3131

3232
export default config

0 commit comments

Comments
 (0)