fix custom CSS loading from port 80 in dev

This commit is contained in:
embr 2021-10-12 14:50:44 +02:00
parent 7e794b1a24
commit 2afd297091

View file

@ -39,7 +39,7 @@
= render partial: 'layouts/theme', object: @theme
- if Setting.custom_css.present?
= stylesheet_link_tag custom_css_path, host: request.host, media: 'all'
= stylesheet_link_tag custom_css_path, media: 'all'
%body{ class: body_classes }
= content_for?(:content) ? yield(:content) : yield