From 0a7c48b40c7431c7addc1dff3f1c4b177fd62350 Mon Sep 17 00:00:00 2001 From: velzie Date: Mon, 15 Jul 2024 15:28:13 -0400 Subject: [PATCH] fuck ecma bro --- src/client/location.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/location.ts b/src/client/location.ts index ca207fd..c4154b8 100644 --- a/src/client/location.ts +++ b/src/client/location.ts @@ -11,7 +11,7 @@ function createLocation() { return loc; } -export const locationProxy = new Proxy(window.location, { +export const locationProxy = new Proxy({}, { get(target, prop) { const loc = createLocation();