feat: Self-hosted Plausible support (#656)

* Self-hosted Plausible support

* Remove leftover import
This commit is contained in:
Olivér Falvai
2023-12-28 17:49:35 +01:00
committed by GitHub
parent 359484c139
commit 68f53352e7
5 changed files with 15 additions and 16 deletions

View File

@ -7,6 +7,7 @@ export type Analytics =
| null
| {
provider: "plausible"
host?: string
}
| {
provider: "google"