From 7f06a90ad7376b39a08cd9776e12bb87b1df41c8 Mon Sep 17 00:00:00 2001 From: joshii Date: Sun, 15 Mar 2026 21:33:58 +0100 Subject: [PATCH] Add local API config --- config.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..f2c808f --- /dev/null +++ b/config.js @@ -0,0 +1,2 @@ +// Local deployment config +window.GEOQUIZ_API = "https://geoquiz-api.joshuahirsig.xyz";