Skip to content

Commit

Permalink
Update socials.json.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Stella <withervt@outlook.com>
  • Loading branch information
Stella authored Apr 30, 2024
1 parent 28a6e96 commit 64d8971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/api/v1/socials.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const data = [
{
name: "Discord",
icon: "/static/images/socials/discord.{{ext}}",
href: "https://discord.gg/kPRTP3eya4",
href: "https://discord.gg/zCkbdv4qkW",
},
{
name: "Patreon",
Expand Down Expand Up @@ -57,4 +57,4 @@ export async function GET() {
body: JSON.stringify({ status: 500, data: (error as Error).message }),
};
}
}
}

0 comments on commit 64d8971

Please sign in to comment.