diff --git a/components/form/broadcast/content-blast-form.tsx b/components/form/broadcast/content-blast-form.tsx index bdbdd36e..087ccce9 100644 --- a/components/form/broadcast/content-blast-form.tsx +++ b/components/form/broadcast/content-blast-form.tsx @@ -157,7 +157,7 @@ export default function ContentBlast(props: { type: string }) { form.setValue("title", `${details?.title}`); form.setValue( "url", - details?.pageUrl || "https://mediahub.polri.go.id" + details?.pageUrl || "https://mediahub.polri.go.id/in" ); if (type == "wa") { body = `${textEllipsis(details?.description, 150)}`;