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