Skip to content

Commit

Permalink
Add two more services
Browse files Browse the repository at this point in the history
  • Loading branch information
jmduke committed Oct 11, 2024
1 parent d0981f6 commit 72d92a6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/services.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,13 @@ export const REGISTRY: { [key in string]: Service } = {
url: "https://aws.amazon.com/cloudfront/",
genre: "cdn",
},
madmimi: {
identifier: "madmimi",
name: "MadMimi",
url: "https://madmimi.com",
genre: "email",
substrings: ["madmimiwidget"],
},
google_analytics: {
identifier: "google_analytics",
name: "Google Analytics",
Expand Down Expand Up @@ -1069,6 +1076,13 @@ export const REGISTRY: { [key in string]: Service } = {
genre: "monitoring",
substrings: ["newrelic.com"],
},
writeas: {
identifier: "writeas",
name: "Write.as",
url: "https://www.write.as",
genre: "cms",
substrings: ["cdn.writeas"],
},
nextjs: {
identifier: "nextjs",
name: "Next.js",
Expand Down

0 comments on commit 72d92a6

Please sign in to comment.