© 2026 Hedgehog Software, LLC
const { data, error } = await supabase .from("Articles") .select() .eq("URL", pageSlug) .match({ BlogId: blogId });