X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1309661b15b05e487dea1c715689a6c152c186d4..862f46cd500ec211a6154095f7acb3b25abd8d95:/app/helpers/open_graph_helper.rb diff --git a/app/helpers/open_graph_helper.rb b/app/helpers/open_graph_helper.rb index ac1a57219..ab7e230cb 100644 --- a/app/helpers/open_graph_helper.rb +++ b/app/helpers/open_graph_helper.rb @@ -6,7 +6,7 @@ module OpenGraphHelper "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:url" => url_for(:host => SERVER_URL), + "og:url" => url_for(:only_path => false), "og:description" => t("layouts.intro_text") }