Skip to content

Commit

Permalink
docs: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
penovicp committed Aug 29, 2024
1 parent 0dfc237 commit d4a6b86
Show file tree
Hide file tree
Showing 4 changed files with 7,538 additions and 4,346 deletions.
4 changes: 2 additions & 2 deletions www/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;

const generateBaseUrl = (baseUrl = '') => `/${baseUrl.trim()}/`.replace(/\/+/g, '/');

Expand Down
Loading

0 comments on commit d4a6b86

Please sign in to comment.