Skip to content

Commit 11945e0

Browse files
zigang93graphite-app[bot]devjiwonchoi
authored andcommitted
docs(next.config): this docs should remove ".mts" is not supported. (#85716)
Fix #85715 --------- Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Co-authored-by: Jiwon Choi <devjiwonchoi@gmail.com>
1 parent e84346e commit 11945e0

File tree

1 file changed

+1
-1
lines changed
  • docs/01-app/03-api-reference/05-config/01-next-config-js

1 file changed

+1
-1
lines changed

docs/01-app/03-api-reference/05-config/01-next-config-js/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const nextConfig = {
3737
export default nextConfig
3838
```
3939

40-
> **Good to know**: `next.config` with the `.cjs`, `.cts`, or `.mts` extensions are currently **not** supported.
40+
> **Good to know**: `next.config` with the `.cjs` or `.cts` extensions are currently **not** supported.
4141
4242
## Configuration as a Function
4343

0 commit comments

Comments
 (0)