Skip to content

Commit 8ee876f

Browse files
authored
change default language from 'jsx' to 'tsx' in Docusaurus config (facebook#4420)
1 parent 0ff7d02 commit 8ee876f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ const config: Config = {
223223
isCloseable: false,
224224
},
225225
prism: {
226-
defaultLanguage: 'jsx',
226+
defaultLanguage: 'tsx',
227227
theme: require('./core/PrismTheme'),
228228
additionalLanguages: [
229229
'diff',

0 commit comments

Comments
 (0)