Commit ae61394c by Tran Hoang Viet

VietTH: Fix issue show image scocial

parent f4b43517
...@@ -12,7 +12,7 @@ module MetaManagement extend ActiveSupport::Concern ...@@ -12,7 +12,7 @@ module MetaManagement extend ActiveSupport::Concern
title: 'Venshop Zigexn VeNtura', title: 'Venshop Zigexn VeNtura',
description: 'Venshop', description: 'Venshop',
keywords: 'Ventura, Zigexn, venshop', keywords: 'Ventura, Zigexn, venshop',
type: 'shop' type: 'url'
} }
end end
......
...@@ -43,7 +43,7 @@ class ProductsController < ApplicationController ...@@ -43,7 +43,7 @@ class ProductsController < ApplicationController
@meta_attributes ||= { @meta_attributes ||= {
title: @product.title, title: @product.title,
image: @product.image_lg_url, image: @product.decorate.image_lg_url,
description: "#{@product.title} - #{@product.price}" description: "#{@product.title} - #{@product.price}"
} }
end end
......
...@@ -17,7 +17,7 @@ test: ...@@ -17,7 +17,7 @@ test:
production: production:
<<: *defaults <<: *defaults
solr_url: http://localhost:8080/solr/venshop solr_url: http://localhost:8080/solr/venshop
base_url: http://192.168.1.204:3005 base_url: http://alicuche.koding.io
staging: staging:
<<: *defaults <<: *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