Skip to content

Commit

Permalink
change the route
Browse files Browse the repository at this point in the history
  • Loading branch information
helios2003 committed Aug 14, 2024
1 parent 730df15 commit fdc4295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/studio-next/src/app/api/crawler/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export async function GET(request: NextRequest) {
ogImageParams.append('numMessages', info.numMessages.toString());
}

const ogImageurl = `https://ogp-studio.netlify.app/api/og?${ogImageParams.toString()}`;
const ogImageurl = `https://ogp-studio.netlify.app/og?${ogImageParams.toString()}`;

const crawlerInfo = `
<!DOCTYPE html>
Expand Down

0 comments on commit fdc4295

Please sign in to comment.