Skip to content

Commit 94ab913

Browse files
committed
fix prism publish error
1 parent 1e25c8d commit 94ab913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/siteConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const siteConfig = {
3939
highlight: {
4040
theme: 'github-gist',
4141
},
42-
usePrism: true,
42+
usePrism: ['jsx', 'js'],
4343
scripts: ['https://buttons.github.io/buttons.js'],
4444
repoUrl: 'https://github.com/react-navigation/react-navigation',
4545
editUrl:

0 commit comments

Comments
 (0)