From aae5c805d4acc69b88a7472f92d43c6ccd1d7c0b Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Tue, 20 Feb 2024 16:33:18 -0700 Subject: [PATCH] added plausible analytics --- mint.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mint.json b/mint.json index 60c7d64..0b285dd 100644 --- a/mint.json +++ b/mint.json @@ -61,7 +61,7 @@ "features/history", "features/images", "features/markdown", - "features/chatGPT" + "features/chatGPT" ] }, { @@ -79,5 +79,10 @@ "github": "https://github.com/wavetermdev/waveterm", "twitter": "https://x.com/wavetermdev", "linkedin": "https://www.linkedin.com/company/commandlinedev" + }, + "analytics": { + "plausible": { + "domain": "docs.waveterm.dev" } } +}