We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84491b2 commit bbedb5aCopy full SHA for bbedb5a
docusaurus.config.js
@@ -75,8 +75,9 @@ const footerLinks = [
75
// DON'T CHANGE ANYTHING BELOW UNLESS YOU KNOW WHAT YOU'RE DOING //
76
///////////////////////////////////////////////////////////////////////////////
77
78
-const lightCodeTheme = require('prism-react-renderer/themes/github');
79
-const darkCodeTheme = require('prism-react-renderer/themes/dracula');
+const { themes } = require("prism-react-renderer");
+const lightCodeTheme = themes.github;
80
+const darkCodeTheme = themes.dracula;
81
82
/** @type {import('@docusaurus/types').Config} */
83
const config = {
0 commit comments