Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
OzakIOne committed Jan 5, 2024
1 parent 097f2b4 commit b243a96
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions website/docs/api/plugins/plugin-vercel-analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,16 @@ Accepted fields:

You can configure this plugin through plugin options.

```js config-tabs
// Plugin Options: @docusaurus/plugin-vercel-analytics

const config = {
mode: 'development',
debug: true,
```js title="docusaurus.config.js"
export default {
plugins: [
[
'vercel-analytics',
{
debug: true,
mode: 'auto',
},
],
],
};
```

0 comments on commit b243a96

Please sign in to comment.