Skip to content

Commit

Permalink
change default language from 'jsx' to 'tsx' in Docusaurus config (#4420)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichemfantar authored Jan 5, 2025
1 parent 0ff7d02 commit 8ee876f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const config: Config = {
isCloseable: false,
},
prism: {
defaultLanguage: 'jsx',
defaultLanguage: 'tsx',
theme: require('./core/PrismTheme'),
additionalLanguages: [
'diff',
Expand Down

0 comments on commit 8ee876f

Please sign in to comment.