Skip to content

Commit 1907db8

Browse files
committed
fix tests
1 parent 2bd4074 commit 1907db8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type {NextConfig} from 'next'
22

33
const nextConfig: NextConfig = {
4-
cacheComponents: true,
4+
cacheComponents: false,
55
}
66

77
export default nextConfig
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type {NextConfig} from 'next'
22

33
const nextConfig: NextConfig = {
4-
cacheComponents: true,
4+
cacheComponents: false,
55
}
66

77
export default nextConfig

0 commit comments

Comments
 (0)