diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 64c2fdac2..03084d997 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -135,12 +135,7 @@ export default defineConfig(({ mode }) => { }, }, port: httpsMode ? 8443 : 3000, - allowedHosts: [ - "localhost", - "127.0.0.1", - "romm.dev", - "dev.romm.ginnugagap.net", - ], + allowedHosts: ["localhost", "127.0.0.1", "romm.dev"], ...(httpsMode ? { https: {