diff --git a/integrations/analytics/plausible.mdx b/integrations/analytics/plausible.mdx index 4d478842c..8d65d86a4 100644 --- a/integrations/analytics/plausible.mdx +++ b/integrations/analytics/plausible.mdx @@ -6,7 +6,8 @@ Add your site's domain to `mint.json` to send analytics to Plausible. - Do not include `http://` or `https://` with your domain. + Do not include `https://` for the domain or server. + @@ -14,7 +15,8 @@ Add your site's domain to `mint.json` to send analytics to Plausible. ```json Analytics options in mint.json "analytics": { "plausible": { - "domain": "required" + "domain": "required", + "server": "optional" } } ```