From d2c361803bed35efd41b04f9a9451e5115f546f9 Mon Sep 17 00:00:00 2001 From: vben Date: Thu, 29 Jul 2021 00:09:20 +0800 Subject: [PATCH] chore: update .env --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index eabf1e8a..a0bdfb7f 100644 --- a/.env.production +++ b/.env.production @@ -32,4 +32,4 @@ VITE_USE_IMAGEMIN= true VITE_USE_PWA = false # Is it compatible with older browsers -VITE_LEGACY = true +VITE_LEGACY = false -- GitLab