From 205ef2b59e15c9a73c2e010368e90ba6550cd10d Mon Sep 17 00:00:00 2001
From: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com>
Date: Thu, 12 Dec 2024 16:06:28 -0800
Subject: [PATCH] add Plausible server config
---
integrations/analytics/plausible.mdx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
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"
}
}
```