const ogImage = "https://uksnackattack.co.uk/media/reels/202209/AQOJgIndRyHrih3GjPZ3ECZhuezkdGY3tGnfP8mrOJ71D_ucHp96tq0kP_aUxZ4ZSwuwhZuL6jQsM00g5CDPNZ_17995768375480467.mp4"; // Replace this dynamically with your media URL
const isVideo = ogImage.endsWith(".mp4"); //...
const ogImage = "https://uksnackattack.co.uk/media/posts/202207/291091567_1063783154520914_3667948604891384584_n_18237161719184202.jpg"; // Replace this dynamically with your media URL
const isVideo = ogImage.endsWith(".mp4"); //...
const ogImage = "https://uksnackattack.co.uk/media/reels/202207/AQNuPcS8JmpTyTZK1_AY09yBjEziQM_JAxBUEjgLOGut1Jno4DAphqnJ7SlxH0xjlFifjgUijN7LAFhk9HgJv1R1pkJ626EysPGLAY_17934391055336087.mp4"; // Replace this dynamically with your media URL
const isVideo = ogImage.endsWith(".mp4"); //...