Skip to content

Commit 1d51c41

Browse files
authored
fix syntax highlight in modernjs.mdx (#3425)
1 parent bcf5795 commit 1d51c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website-new/docs/en/guide/framework/modernjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Note: This component only renders this fault-tolerant component on the client si
182182

183183
If the current project only needs to load MF in the CSR, you can set `ssr: false` to help progressive migration.
184184

185-
```title='modern.config.ts'
185+
```ts title='modern.config.ts'
186186
import { appTools, defineConfig } from '@modern-js/app-tools';
187187
import { moduleFederationPlugin } from '@module-federation/modern-js';
188188

0 commit comments

Comments
 (0)