added dub.co credit to the metadata fetch code

pull/3/head
TZGyn 2 years ago
parent f758c6fd64
commit 930912ef73
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -15,6 +15,7 @@ export const GET: RequestHandler = async (event) => {
}), }),
) )
} }
// taken from https://github.com/dubinc/dub/blob/main/apps/web/app/api/edge/metatags/utils.ts
try { try {
const response = await fetch(url, { const response = await fetch(url, {
headers: { headers: {

Loading…
Cancel
Save