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 849d60e commit dd364f3Copy full SHA for dd364f3
config/environments/production.rb
@@ -21,7 +21,7 @@
21
22
# Cache assets for far-future expiry since they are all digest stamped.
23
config.public_file_server.headers = {
24
- "cache-control" => "public, max-age=#{Integer(1.year, 10)}"
+ "cache-control" => "public, max-age=#{Integer(1.year)}"
25
}
26
27
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
0 commit comments