Skip to content

Commit

Permalink
Update Umami Dashboard check for new version of Umami
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwiles committed Jun 27, 2024
1 parent a14b191 commit a308594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,10 @@ export const services = {
},
umami: {
displayName: "Umami Analytics",
endpointUrl: "https://umami.adho.org/",
endpointUrl: "https://umami.adho.org/dashboard",
serviceUrl: "https://umami.adho.org/",
test: "testResponseForText",
matchText: "<title>Umami</title>",
matchText: "<title>Dashboard | Umami</title>",
},
listmonk: {
displayName: "listmonk Newsletter Management",
Expand Down

0 comments on commit a308594

Please sign in to comment.