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

View File

@ -23,6 +23,7 @@ export default defineConfig({
], ],
assetsInclude: ['**/*.fbx', '**/*.glb', '**/*.gltf', '**/*.hdr'], assetsInclude: ['**/*.fbx', '**/*.glb', '**/*.gltf', '**/*.hdr'],
preview: { preview: {
host: "demo.kustarshina.ru" host: "demo.kustarshina.ru",
allowedHosts: ["demo.kustarshina.ru",],
} }
}) })