Skip to content

Commit 70a7b64

Browse files
authored
Update export of next.config.js (#6878)
1 parent 3a46a6e commit 70a7b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/react-compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ const nextConfig = {
198198
},
199199
};
200200

201-
export default nextConfig;
201+
module.exports = nextConfig;
202202
```
203203

204204
Using the experimental option ensures support for the React Compiler in:

0 commit comments

Comments
 (0)