Skip to content

Commit 1106834

Browse files
committed
1 parent 18f8f6c commit 1106834

6 files changed

+14591
-9963
lines changed

package-lock.json

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docusaurus.config.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
const { themes } = require('prism-react-renderer');
2+
13
module.exports = {
24
title: 'Front End Interview Handbook',
35
tagline:
@@ -16,8 +18,8 @@ module.exports = {
1618
isCloseable: false,
1719
},
1820
prism: {
19-
theme: require('prism-react-renderer/themes/github'),
20-
darkTheme: require('prism-react-renderer/themes/dracula'),
21+
theme: themes.github,
22+
darkTheme: themes.dracula,
2123
},
2224
navbar: {
2325
title: 'Front End Interview Handbook',

0 commit comments

Comments
 (0)