Skip to content

Commit

Permalink
chore: Fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Feb 29, 2024
1 parent 779c538 commit 4c62220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/e2e/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const config = {

console.info(`Next.js config:
basePath: ${basePath}
windowHistorySupport: ${experimental?.windowHistorySupport ?? false}
navigationRAF: ${experimental?.navigationRAF ?? false}
windowHistorySupport: ${config.experimental?.windowHistorySupport ?? false}
navigationRAF: ${config.experimental?.navigationRAF ?? false}
`)

export default config

0 comments on commit 4c62220

Please sign in to comment.