Skip to content

Commit 21d6ad5

Browse files
author
afiz
committed
feat: ⬆️ Upgrade to Docusaurus v3
1 parent aab237e commit 21d6ad5

File tree

4 files changed

+10761
-22611
lines changed

4 files changed

+10761
-22611
lines changed

docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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+
const lightCodeTheme = require('prism-react-renderer').themes.github;
5+
const darkCodeTheme = require('prism-react-renderer').themes.dracula;
66

77
/** @type {import('@docusaurus/types').Config} */
88
const config = {

0 commit comments

Comments
 (0)