Skip to content

Commit 87afcdd

Browse files
committed
chore: added next.config.mjs file
1 parent 1bb89a6 commit 87afcdd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

next.config.mjs

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/** @type {import('next').NextConfig} */
2+
const config = {
3+
reactStrictMode: true,
4+
};
5+
6+
export default config;

0 commit comments

Comments
 (0)