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 }, });