diff --git a/vite.config.ts b/vite.config.ts index 3dc338e..5715edf 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,5 +7,6 @@ export default defineConfig({ port: 5173, strictPort: true, host: true, + allowedHosts: ['pwlmyers.org', 'localhost'], }, })