diff --git a/astro.config.mjs b/astro.config.mjs index 6f753cd..a6040c2 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -20,9 +20,12 @@ export default defineConfig({ vite: { plugins: [tailwindcss()], server: { + allowedHosts: ['jleibl.net'], port: 4321 }, + preview: { + allowedHosts: ['jleibl.net'], port: 4321 } }