Add pwlmyers.org to Vite allowedHosts

This commit is contained in:
2026-04-18 16:13:01 -04:00
parent eda678b0fc
commit 9ce7f93abb
+1
View File
@@ -7,5 +7,6 @@ export default defineConfig({
port: 5173, port: 5173,
strictPort: true, strictPort: true,
host: true, host: true,
allowedHosts: ['pwlmyers.org', 'localhost'],
}, },
}) })