diff --git a/docs/src/configuration/analytics.md b/docs/src/configuration/analytics.md index 9b58279b..e4964f60 100644 --- a/docs/src/configuration/analytics.md +++ b/docs/src/configuration/analytics.md @@ -7,7 +7,7 @@ Right now we support the following analytics providers: - [Google Analytics](https://analytics.google.com/analytics/web/) - [Plausible](https://plausible.io/) - [Fathom](https://usefathom.com/) -- [Unami](https://umami.is/) +- [Umami](https://umami.is/) To add any of these, add the required configuration under the `analytics` key: @@ -54,13 +54,13 @@ To add any of these, add the required configuration under the `analytics` key: } ``` -### Unami +### Umami ```json { "marketing": { "analytics": { - "unami": { + "umami": { "website": "String", "script_url": "String" } diff --git a/docs/src/configuration/reference.md b/docs/src/configuration/reference.md index e1b1a521..c67c0ae5 100644 --- a/docs/src/configuration/reference.md +++ b/docs/src/configuration/reference.md @@ -183,12 +183,12 @@ if you're self-hosting. Set `fathom.site` to your Fathom site. -#### marketing.analytics.unami +#### marketing.analytics.umami - Type: object, Default: none -Set `unami.website` to your Unami website identifier, and `unami.script_url` to the location -where you're hosting your Unami script. +Set `umami.website` to your Umami website identifier, and `umami.script_url` to the location +where you're hosting your Umami script. ### marketing.social