From ee973695d7aaaa8f4e68a6209aadb82809bd6a01 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Mon, 10 Feb 2025 17:00:31 +0300 Subject: [PATCH] host --- front/vite.config.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" + } })