diff --git a/front/vite.config.ts b/front/vite.config.ts index 8338b15..a6b0733 100644 --- a/front/vite.config.ts +++ b/front/vite.config.ts @@ -21,5 +21,8 @@ export default defineConfig({ Icons(), svgLoader(), ], - assetsInclude: ['**/*.fbx','**/*.glb', '**/*.gltf', '**/*.hdr'], + assetsInclude: ['**/*.fbx', '**/*.glb', '**/*.gltf', '**/*.hdr'], + preview: { + host: "demo.kustarshina.ru" + } })