diff --git a/astro.config.mjs b/astro.config.mjs index 558c7b0..6561343 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -20,10 +20,10 @@ export default defineConfig({ vite: { plugins: [tailwindcss()], server: { - allowedHosts: ['jleibl.net'] + allowedHosts: ['*'] }, preview: { - allowedHosts: ['jleibl.net'] + allowedHosts: ['*'] } } }); \ No newline at end of file diff --git a/package.json b/package.json index 7a70fb7..cb18f96 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "dev": "astro dev", "build": "astro build", "preview": "astro preview", + "start": "astro dev --host", "lint": "astro check" }, "dependencies": {