Commit ae61394c by Tran Hoang Viet

VietTH: Fix issue show image scocial

parent f4b43517
......@@ -12,7 +12,7 @@ module MetaManagement extend ActiveSupport::Concern
title: 'Venshop Zigexn VeNtura',
description: 'Venshop',
keywords: 'Ventura, Zigexn, venshop',
type: 'shop'
type: 'url'
}
end
......
......@@ -43,7 +43,7 @@ class ProductsController < ApplicationController
@meta_attributes ||= {
title: @product.title,
image: @product.image_lg_url,
image: @product.decorate.image_lg_url,
description: "#{@product.title} - #{@product.price}"
}
end
......
......@@ -17,7 +17,7 @@ test:
production:
<<: *defaults
solr_url: http://localhost:8080/solr/venshop
base_url: http://192.168.1.204:3005
base_url: http://alicuche.koding.io
staging:
<<: *defaults
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment