Skip to content

Commit 4951ca9

Browse files
cheking
1 parent b55db0e commit 4951ca9

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

next.config.mjs

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
reactStrictMode: true, // Optional: Example config option
4-
};
5-
6-
export default nextConfig; // Use export default for ES Modules
7-
8-
3+
reactStrictMode: true,
4+
};
95

10-
11-
// /** @type {import('next').NextConfig} */
12-
// const nextConfig = {};
13-
14-
// export default nextConfig;
6+
export default nextConfig;

0 commit comments

Comments
 (0)