Skip to content

Commit ad75cd6

Browse files
Update docusaurus.config.js
1 parent 513eae3 commit ad75cd6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docusaurus.config.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ const config = {
2121
// If you aren't using GitHub pages, you don't need these.
2222
organizationName: 'retrofor', // Usually your GitHub org/user name.
2323
projectName: 'retro', // Usually your repo name.
24-
24+
25+
26+
// plugins
27+
themes: ['@docusaurus/theme-live-codeblock'],
28+
2529
// Even if you don't use internalization, you can use this field to set useful
2630
// metadata like html lang. For example, if your site is Chinese, you may want
2731
// to replace "en" with "zh-Hans".

0 commit comments

Comments
 (0)