Skip to content

Commit

Permalink
docs: fix broken code block
Browse files Browse the repository at this point in the history
  • Loading branch information
wpyoga committed Oct 31, 2021
1 parent e093a5e commit 56ff039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/api/docusaurus.config.js.md
Expand Up @@ -200,10 +200,11 @@ module.exports = {

The name of the branch to deploy the static files to. Used by the deployment command.

````js title="docusaurus.config.js"
```js title="docusaurus.config.js"
module.exports = {
deploymentBranch: 'gh-pages',
};
```

### `githubHost` {#githubhost}

Expand Down Expand Up @@ -498,4 +499,3 @@ This banner need to inline CSS / JS.
If you have a strict [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP), you should rather disable it.

:::
````

0 comments on commit 56ff039

Please sign in to comment.