Skip to content

Commit

Permalink
fix: frame v2 link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gayatrigt authored Jan 20, 2025
1 parent 69dc33d commit 4e1c907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/generateMetadataForBountyFrame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Netname } from '@/utils/types';
import { Metadata } from 'next';
import prisma from 'prisma/prisma';

const appUrl = process.env.NEXT_PUBLIC_VERCEL_URL;
const appUrl = https://poidh.xyz;

export const generateMetadataForBountyFrame = async ({
params,
Expand Down

0 comments on commit 4e1c907

Please sign in to comment.