Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/configuration/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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"
}
Expand Down
6 changes: 3 additions & 3 deletions docs/src/configuration/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down