host
This commit is contained in:
parent
b84241d8de
commit
ee973695d7
|
@ -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"
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue