Skip to content

Commit 18fd95f

Browse files
committed
comment out unused prism themes
1 parent 79af2d2 commit 18fd95f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// @ts-check
22
// Note: type annotations allow type checking and IDEs autocompletion
33

4-
const lightCodeTheme = require("prism-react-renderer/themes/github");
5-
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
4+
// Not actually used?
5+
// const lightCodeTheme = require("prism-react-renderer/themes/github");
6+
// const darkCodeTheme = require("prism-react-renderer/themes/dracula");
67

78

89

docs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)