Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions integrations/analytics/plausible.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ Add your site's domain to `mint.json` to send analytics to Plausible.

<Info>

Do not include `http://` or `https://` with your domain.
Do not include `https://` for the domain or server.

</Info>

<CodeGroup>

```json Analytics options in mint.json
"analytics": {
"plausible": {
"domain": "required"
"domain": "required",
"server": "optional"
}
}
```
Expand Down
Loading