Fix allowedHosts being too restrictive in reverse proxy environment

This commit is contained in:
Neshura 2025-04-05 01:39:55 +02:00
parent cabb157ea3
commit 6b0190f1c0
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D

View file

@ -10,5 +10,6 @@ export default defineConfig({
preview: {
host: true,
port: 8000,
allowedHosts: true,
}
});