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 @@