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 e84346e commit 11945e0Copy full SHA for 11945e0
docs/01-app/03-api-reference/05-config/01-next-config-js/index.mdx
@@ -37,7 +37,7 @@ const nextConfig = {
37
export default nextConfig
38
```
39
40
-> **Good to know**: `next.config` with the `.cjs`, `.cts`, or `.mts` extensions are currently **not** supported.
+> **Good to know**: `next.config` with the `.cjs` or `.cts` extensions are currently **not** supported.
41
42
## Configuration as a Function
43
0 commit comments