Skip to content

Commit

Permalink
Update to latest version of docusaurus 3.1.1 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca authored Feb 26, 2024
1 parent 90fed0d commit 8666053
Show file tree
Hide file tree
Showing 3 changed files with 6,627 additions and 4,205 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion

const lightCodeTheme = require("prism-react-renderer/themes/github");
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
const {themes} = require('prism-react-renderer');
const lightCodeTheme = themes.github;
const darkCodeTheme = themes.dracula;

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down
Loading

0 comments on commit 8666053

Please sign in to comment.