We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af339fd commit 922a7fdCopy full SHA for 922a7fd
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