From dcae7f01fe236b0fabd657ee47ec202a1fb16ebe Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Tue, 18 Mar 2025 18:28:04 -0600 Subject: [PATCH] Settings stuff is fixed now --- astro.config.ts | 1 - src/components/SettingsLoader.astro | 10 ++-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/astro.config.ts b/astro.config.ts index 849acc6..ec4eefb 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -10,7 +10,6 @@ const viteWispServer = (): Plugin => { name: 'vite-wisp-server', configureServer(server) { server.httpServer?.on('upgrade', (req, socket, head) => { - console.log('3'); req.url.startsWith('/wisp') ? wisp.routeRequest(req, socket, head) : undefined }) } diff --git a/src/components/SettingsLoader.astro b/src/components/SettingsLoader.astro index 51c2076..80d2c30 100644 --- a/src/components/SettingsLoader.astro +++ b/src/components/SettingsLoader.astro @@ -1,14 +1,8 @@