From 09b4b5c42dbc75e9a2d5fafc507927aa0389a8b6 Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Sun, 15 Sep 2024 11:00:32 +0930 Subject: [PATCH] minor config tweak for prod assets --- config/environments/production.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index 1469e19..302f83b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -28,6 +28,7 @@ Rails.application.configure do # Do not fall back to assets pipeline if a precompiled asset is missed. config.assets.compile = false + config.assets.digest = true # Enable serving of images, stylesheets, and JavaScripts from an asset server. # config.asset_host = "http://assets.example.com" -- 2.39.5