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 } +}); diff --git a/package-lock.json b/package-lock.json index e2ab329..56ab534 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "astro", + "name": "staging-limepot-xyz", "version": "0.0.1", "lockfileVersion": 3, "requires": true,