Skip to content
Snippets Groups Projects
Unverified Commit 39a490c7 authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix custom CSS when CDN_HOST is set (#15927)

parent 0ff4264c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment