This commit is contained in:
KMY 2025-01-09 14:53:28 +09:00
parent d35fa72842
commit 2d4d0fd8b5
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ module ThemeHelper
def custom_stylesheet
if active_custom_stylesheet.present?
stylesheet_link_tag(
custom_css_path(active_custom_stylesheet),
"/css/#{active_custom_stylesheet}.css", # custom_css_path(active_custom_stylesheet),
host: root_url,
media: :all,
skip_pipeline: true