From ba2a25f0887243d8c41ebc5a4263329a4c1f2035 Mon Sep 17 00:00:00 2001 From: Alessio Davoli Date: Wed, 19 Jul 2023 16:40:56 +0200 Subject: [PATCH] Add lang it --- frontend/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index cd43f2e..2e935d7 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -13,6 +13,7 @@ const config = { start_url: '/', background_color: "#213c8b", theme_color: "#de0e1b", + lang: 'it', name: "PianelloExperience", display: "fullscreen", short_name: "PianelloExperience",