Fix custom CSS when CDN_HOST is set (#15927)
This commit is contained in:
parent
0fe57a9140
commit
9437e9f0b9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue