We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb09c4d commit f832c56Copy full SHA for f832c56
docs/02-app/02-api-reference/05-next-config-js/index.mdx
@@ -34,7 +34,7 @@ export default nextConfig
34
You can also use a function:
35
36
```js filename="next.config.mjs"
37
-module.exports = (phase, { defaultConfig }) => {
+export default (phase, { defaultConfig }) => {
38
/**
39
* @type {import('next').NextConfig}
40
*/
0 commit comments