Skip to content

Commit

Permalink
ferdy
Browse files Browse the repository at this point in the history
  • Loading branch information
MeatDeveloper committed Dec 9, 2023
1 parent d7106a5 commit f542893
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ interface SiteConfig {
discord: string
twitter: string
github: string
ferdy: string
}
}

Expand All @@ -26,9 +27,10 @@ export const siteConfig: SiteConfig = {
localeDefault: "en",
links: {
docs: "/dashboard",
discord: "https://discord.gg/uweMsAsGe",
discord: "https://discord.gg/YuabytkPgU",
twitter: "https://twitter.com/sausagers_xyz",
github: "https://github.com/MeatDeveloper/meat-page",
ferdy: "https://ferdyflip.xyz/referral/sausagers"
},
}

Expand Down

0 comments on commit f542893

Please sign in to comment.