From 2945152d1c57600c59c666d53398cdb450bc1521 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 23 Oct 2024 00:15:59 -0400 Subject: [PATCH] Swap port --- source/astro.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/astro.mjs b/source/astro.mjs index 76e9011..32cdc86 100644 --- a/source/astro.mjs +++ b/source/astro.mjs @@ -19,7 +19,7 @@ export default defineConfig({ }, // Server Options server: { - port: 1930, + port: 1550, host: true }, // Use Server-Side Rendering