Remove Open Graph og:image:secure_url property

This commit is contained in:
Anton Khorev 2024-06-04 13:42:01 +03:00
parent ed77e1afc9
commit 879c6017e0

View file

@ -4,8 +4,7 @@ module OpenGraphHelper
"og:site_name" => t("layouts.project_name.title"),
"og:title" => [title, t("layouts.project_name.title")].compact.join(" | "),
"og:type" => "website",
"og:image" => image_url("osm_logo_256.png", :protocol => "http"),
"og:image:secure_url" => image_url("osm_logo_256.png", :protocol => "https"),
"og:image" => image_url("osm_logo_256.png"),
"og:url" => url_for(:only_path => false),
"og:description" => t("layouts.intro_text")
}