Skip to content

Commit b470f32

Browse files
authored
chore: reduce the number of redirects (#4147)
* chore: reduce the number of redirects * revert experimental_faster to true
1 parent 80f376f commit b470f32

2 files changed

Lines changed: 2 additions & 783 deletions

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = async function createConfigAsync() {
4949
prism: {
5050
//theme: require("prism-react-renderer/themes/nightOwlLight"),
5151
// darkTheme: require("prism-react-renderer/themes/dracula"),
52-
additionalLanguages: ['java', 'ruby', 'php', 'csharp', 'toml', 'bash', 'docker','hcl'],
52+
additionalLanguages: ['java', 'ruby', 'php', 'csharp', 'toml', 'bash', 'docker', 'hcl'],
5353
},
5454
docs: {
5555
sidebar: {

0 commit comments

Comments
 (0)