We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a95f9f commit d28c493Copy full SHA for d28c493
data/sponsors.ts
@@ -118,6 +118,11 @@ const sponsors = {
118
}, // Custom
119
] as Sponsor[],
120
gold: [
121
+ {
122
+ url: "https://fosstodon.org",
123
+ logo: require("../public/sponsors/fosstodon.svg"),
124
+ name: "Fosstodon",
125
+ }, // GitHub
126
{
127
url: "https://easydns.com/",
128
logo: require("../public/sponsors/easydns.png"),
next-env.d.ts
@@ -2,4 +2,4 @@
2
/// <reference types="next/image-types/global" />
3
4
// NOTE: This file should not be edited
5
-// see https://nextjs.org/docs/basic-features/typescript for more information.
+// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
0 commit comments