We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af339fd + 922a7fd commit dd593c2Copy full SHA for dd593c2
lib/critical_path_css/configuration.rb
@@ -32,7 +32,7 @@ def configuration_file_path
32
end
33
34
def manifest_path
35
- @manifest_path ||= ActionController::Base.helpers.stylesheet_path(manifest_name)
+ @manifest_path ||= ActionController::Base.helpers.stylesheet_path(manifest_name, host: '')
36
37
38
0 commit comments