diff --git a/ssr-opengraph/src/utils.ts b/ssr-opengraph/src/utils.ts index 8912f9c..11de685 100644 --- a/ssr-opengraph/src/utils.ts +++ b/ssr-opengraph/src/utils.ts @@ -105,7 +105,7 @@ export async function getProperties(nft: NFT) { export const ogiRequest = async (reqUrl: string, rawHeaders: Headers) => { const url = new URL(reqUrl); const { pathname, search } = url; - const opengraph = `https://workers-ogi.pages.dev/${pathname}${search}`; + const opengraph = `https://workers-ogi.pages.dev${pathname}${search}`; const headers = new Headers(rawHeaders); const request = new Request(opengraph, {