diff --git a/front/vite.config.ts b/front/vite.config.ts index a6b0733..9ed4bbb 100644 --- a/front/vite.config.ts +++ b/front/vite.config.ts @@ -23,6 +23,7 @@ export default defineConfig({ ], assetsInclude: ['**/*.fbx', '**/*.glb', '**/*.gltf', '**/*.hdr'], preview: { - host: "demo.kustarshina.ru" + host: "demo.kustarshina.ru", + allowedHosts: ["demo.kustarshina.ru",], } })