Skip to content

Commit

Permalink
fix: skip drips network url
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint authored Mar 30, 2024
1 parent 5cec732 commit 27149a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/api/src/lib/oembed/getProxyUrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { HEY_IMAGEKIT_URL } from '@hey/data/constants';

const directUrls = [
'zora.co/api/thumbnail', // Zora
'social-images.lu.ma' // Lu.ma
'social-images.lu.ma', // Lu.ma
'drips.network' // Drips
];

const getProxyUrl = (url: string, isLarge: boolean) => {
Expand Down

0 comments on commit 27149a7

Please sign in to comment.