Skip to content

Commit

Permalink
chore: move GitHub handle to @casperiv0
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Aug 17, 2023
1 parent 1c8c845 commit 6f74c8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> **Note**
> Original code is from [invidget](https://github.com/SwitchbladeBot/invidget). This repo is a fork of the original repo with some changes to make it work with Cloudflare Workers and uses TypeScript.
[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/Dev-CasperTheGhost/discord-invite-widget)
[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/casperiv0/discord-invite-widget)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/utils/index-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ This is a Cloudflare Worker that renders a Discord invite as an SVG image.
## GitHub
[GitHub Repository](https://github.com/dev-caspertheghost/discord-invite-widget)
[GitHub Repository](https://github.com/casperiv0/discord-invite-widget)
`;
6 changes: 3 additions & 3 deletions src/utils/load-fonts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function loadFonts(): Promise<SatoriOptions["fonts"]> {
style: "normal",
data: await (
await fetch(
"https://github.com/Dev-CasperTheGhost/discord-invite-widget/raw/main/assets/fonts/whitneymedium.otf",
"https://github.com/casperiv0/discord-invite-widget/raw/main/assets/fonts/whitneymedium.otf",
)
).arrayBuffer(),
},
Expand All @@ -18,7 +18,7 @@ export async function loadFonts(): Promise<SatoriOptions["fonts"]> {
style: "normal",
data: await (
await fetch(
"https://github.com/Dev-CasperTheGhost/discord-invite-widget/raw/main/assets/fonts/whitneysemibold.otf",
"https://github.com/casperiv0/discord-invite-widget/raw/main/assets/fonts/whitneysemibold.otf",
)
).arrayBuffer(),
},
Expand All @@ -28,7 +28,7 @@ export async function loadFonts(): Promise<SatoriOptions["fonts"]> {
style: "normal",
data: await (
await fetch(
"https://github.com/Dev-CasperTheGhost/discord-invite-widget/raw/main/assets/fonts/whitneybold.otf",
"https://github.com/casperiv0/discord-invite-widget/raw/main/assets/fonts/whitneybold.otf",
)
).arrayBuffer(),
},
Expand Down

0 comments on commit 6f74c8b

Please sign in to comment.