For example add the current time to the shack stamp. Something like: ``` ruby Shack::Middleware.configure do |config| config.content = -> { "#{Time.now} - #{sha}} end ``` And that would get reevaluated on each call.