This commit is contained in:
Kseninia Mikhaylova 2025-02-10 17:00:31 +03:00
parent b84241d8de
commit ee973695d7
1 changed files with 4 additions and 1 deletions

View File

@ -21,5 +21,8 @@ export default defineConfig({
Icons(), Icons(),
svgLoader(), svgLoader(),
], ],
assetsInclude: ['**/*.fbx','**/*.glb', '**/*.gltf', '**/*.hdr'], assetsInclude: ['**/*.fbx', '**/*.glb', '**/*.gltf', '**/*.hdr'],
preview: {
host: "demo.kustarshina.ru"
}
}) })