huacnlee / social-share-button

Helper for add social share feature in your Rails app. Twitter, Facebook, Weibo, Douban ...
MIT License
582 stars 311 forks source link

Provide option to specify asset host or cdn? #132

Closed StarWar closed 7 years ago

StarWar commented 7 years ago

As of now it's serving traffic from my main domain, for instance, www.mysite.com and I want to specify cdn.mywebsite.com. It's causing unnecessary load, it'd be awesome if there is a way to specify cdn host for svg files of this gem.

Thanks,

huacnlee commented 7 years ago
config.action_controller.asset_host

Rails asset_host config