Skip to content

Commit 7d79d6d

Browse files
authored
add Plausible server config (#422)
1 parent f1a3d4e commit 7d79d6d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

integrations/analytics/plausible.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ Add your site's domain to `mint.json` to send analytics to Plausible.
66

77
<Info>
88

9-
Do not include `http://` or `https://` with your domain.
9+
Do not include `https://` for the domain or server.
10+
1011
</Info>
1112

1213
<CodeGroup>
1314

1415
```json Analytics options in mint.json
1516
"analytics": {
1617
"plausible": {
17-
"domain": "required"
18+
"domain": "required",
19+
"server": "optional"
1820
}
1921
}
2022
```

0 commit comments

Comments
 (0)