From 6ee96d1b521748c9a141e0f04b1ef1edf9346da6 Mon Sep 17 00:00:00 2001 From: saiminh Date: Fri, 16 Jan 2026 18:19:06 +1300 Subject: [PATCH] remove deprecated --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 2e593bc..1b607d8 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -17,7 +17,7 @@ const config = { kit: { csrf: { - checkOrigin: false // temporary for testing; use trusted origins in prod + trustedOrigins: ['http://88.99.191.191', 'https://floter.design'] // Add your production domain when you have one }, adapter: adapter({ // Output directory for the built server