From 2c0c98190f7d39daac5c93ec68b85ab8e18e8a34 Mon Sep 17 00:00:00 2001 From: silberengel Date: Sat, 2 Aug 2025 01:02:13 +0200 Subject: [PATCH] fixed the prox issue --- src/routes/proxy+layout.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/routes/proxy+layout.ts diff --git a/src/routes/proxy+layout.ts b/src/routes/proxy+layout.ts new file mode 100644 index 0000000..8a97a72 --- /dev/null +++ b/src/routes/proxy+layout.ts @@ -0,0 +1,5 @@ +import type { LayoutLoad } from "./$types"; + +export const load: LayoutLoad = async () => { + return {}; +}; \ No newline at end of file