Skip to content

Commit fdb93c7

Browse files
committed
Make tests easier to run locally
1 parent c5f645e commit fdb93c7

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/**
2+
* @type {import('next').NextConfig}
3+
*/
4+
const config = {
5+
experimental: {
6+
optimizeRouterScrolling: true,
7+
},
8+
}
9+
10+
module.exports = config
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/**
2+
* @type {import('next').NextConfig}
3+
*/
4+
const config = {
5+
experimental: {
6+
optimizeRouterScrolling: true,
7+
},
8+
}
9+
10+
module.exports = config

0 commit comments

Comments
 (0)