Fix custom CSS when CDN_HOST is set (#15927)

This commit is contained in:
Claire 2021-03-19 20:23:08 +01:00 committed by GitHub
parent 0ff4264c3e
commit 39a490c70e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@
= stylesheet_link_tag '/inert.css', skip_pipeline: true, media: 'all', id: 'inert-style'
- if Setting.custom_css.present?
= stylesheet_link_tag custom_css_path, media: 'all'
= stylesheet_link_tag custom_css_path, host: request.host, media: 'all'
= yield :header_tags