From 24b5047906084cd65d6b89b959c020cd47b4bf61 Mon Sep 17 00:00:00 2001 From: Xeovalyte Date: Sat, 10 Jun 2023 16:26:58 +0200 Subject: [PATCH] changed config file --- app.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.config.ts b/app.config.ts index ac55580..d7bc908 100644 --- a/app.config.ts +++ b/app.config.ts @@ -1,6 +1,7 @@ export default defineAppConfig({ umami: { host: 'https://umami.xeovalyte.dev/', - id: '7d4c9046-c073-4d31-9bba-2da4be4499fc' + id: '7d4c9046-c073-4d31-9bba-2da4be4499fc', + version: 2 }, });