From 242e64cedc1d7c1bf53bd9b61a72d5dbb15df81f Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Thu, 6 Jun 2024 10:56:56 +0200 Subject: [PATCH] add content time offset to client --- website/client/vue.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/client/vue.config.js b/website/client/vue.config.js index cef99bd592..03d22abe34 100644 --- a/website/client/vue.config.js +++ b/website/client/vue.config.js @@ -30,7 +30,8 @@ const envVars = [ 'LOGGLY_CLIENT_TOKEN', 'TRUSTED_DOMAINS', 'TIME_TRAVEL_ENABLED', - 'DEBUG_ENABLED' + 'DEBUG_ENABLED', + 'CONTENT_SWITCHOVER_TIME_OFFSET', // TODO necessary? if yes how not to mess up with vue cli? 'NODE_ENV' ];