Skip to content

Commit

Permalink
Merge pull request springwolf#74 from ctasada/ctasada/bump-docusaurus…
Browse files Browse the repository at this point in the history
…-3.2.1

dependencies: Update docusaurus to 3.2.1
  • Loading branch information
ctasada authored Apr 17, 2024
2 parents 9b4bd36 + c2323bd commit e3da4d9
Show file tree
Hide file tree
Showing 3 changed files with 1,398 additions and 3,658 deletions.
4 changes: 2 additions & 2 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 lightCodeTheme = require('prism-react-renderer').themes.github;
const darkCodeTheme = require('prism-react-renderer').themes.dracula;

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

0 comments on commit e3da4d9

Please sign in to comment.