From 684d727aa9412d4f83ba50b1c56b208561c78e5e Mon Sep 17 00:00:00 2001 From: LimePotato Date: Sun, 13 Aug 2023 16:45:39 -0600 Subject: [PATCH] astro conf --- astro.config.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 882e651..479c93f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,4 +1,6 @@ import { defineConfig } from 'astro/config'; // https://astro.build/config -export default defineConfig({}); +export default defineConfig({ + server: { port: 8001 } +});