Skip to content

Commit d28c493

Browse files
committed
Update sponsors
1 parent 5a95f9f commit d28c493

File tree

3 files changed

+163
-1
lines changed

3 files changed

+163
-1
lines changed

data/sponsors.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ const sponsors = {
118118
}, // Custom
119119
] as Sponsor[],
120120
gold: [
121+
{
122+
url: "https://fosstodon.org",
123+
logo: require("../public/sponsors/fosstodon.svg"),
124+
name: "Fosstodon",
125+
}, // GitHub
121126
{
122127
url: "https://easydns.com/",
123128
logo: require("../public/sponsors/easydns.png"),

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

0 commit comments

Comments
 (0)