Skip to content

Commit e52d123

Browse files
committed
Added Cloudflare as an infrastructure supporter.
1 parent b63a827 commit e52d123

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
5.76 KB
Loading
5.25 KB
Loading

Sources/App/Core/Supporters.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ enum Supporters {
4444
.init(name: "Amazon Web Services (AWS)",
4545
logo: .init(lightModeUrl: "/images/sponsors/aws.png",
4646
darkModeUrl: "/images/sponsors/aws~dark.png"),
47-
url: "https://aws.amazon.com/")
47+
url: "https://aws.amazon.com/"),
48+
.init(name: "Cloudflare",
49+
logo: .init(lightModeUrl: "/images/sponsors/cloudflare.png",
50+
darkModeUrl: "/images/sponsors/cloudflare~dark.png"),
51+
url: "https://cloudflare.com/")
4852
]
4953

5054
nonisolated(unsafe) static var community: [Community] = .gitHubSponsors

0 commit comments

Comments
 (0)