diff --git a/vite.config.ts b/vite.config.ts index e35030b..3997973 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -22,11 +22,12 @@ export default defineConfig({ server: { host: true, port: 5173, + allowedHosts, }, preview: { host: true, port: 5263, - allowedHosts: allowedHosts, + allowedHosts, }, build: {