Skip to content

Commit 4c17e57

Browse files
authored
Merge branch 'canary' into patch-3
2 parents 4af8014 + 320986a commit 4c17e57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/** @type {import('next').NextConfig} */
2-
module.exports = {
2+
const nextConfig = {
33
reactStrictMode: true,
44
}
5+
6+
module.exports = nextConfig

0 commit comments

Comments
 (0)