We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55db0e commit 4951ca9Copy full SHA for 4951ca9
1 file changed
next.config.mjs
@@ -1,14 +1,6 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
- reactStrictMode: true, // Optional: Example config option
4
- };
5
-
6
- export default nextConfig; // Use export default for ES Modules
7
8
+reactStrictMode: true,
+};
9
10
11
-// /** @type {import('next').NextConfig} */
12
-// const nextConfig = {};
13
14
-// export default nextConfig;
+export default nextConfig;
0 commit comments