Premailer::Rails.config.merge!(
|
|
preserve_styles: true,
|
|
remove_ids: true,
|
|
input_encoding: 'UTF-8',
|
|
generate_text_part: true,
|
|
strategies: [:filesystem, :asset_pipeline, :network],
|
|
base_url: (Rails.env.production? ? 'completesentences.ikeafoundation.org' : 'https://gw.oncotype.dk')
|
|
)
|