From ca86b095db73022ac28ddc6be7de70c1c2301951 Mon Sep 17 00:00:00 2001 From: Mihovil Ilakovac Date: Thu, 14 Nov 2024 17:17:26 +0100 Subject: [PATCH] Use proxied Plausible (#2371) --- mage/main.wasp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mage/main.wasp b/mage/main.wasp index 719ea822ce..fd72eebdae 100644 --- a/mage/main.wasp +++ b/mage/main.wasp @@ -12,7 +12,7 @@ app waspAi { "", "", "", - "", + "", ], client: { rootComponent: import { RootComponent } from "@src/client/RootComponent.jsx",