Comments out the origin specification to fix issues with image paths, hopefully this doesn't break anything.
This commit is contained in:
parent
639673a1c0
commit
9274420674
@ -13,6 +13,6 @@ export default defineConfig({
|
|||||||
port: 8083,
|
port: 8083,
|
||||||
strictPort: true,
|
strictPort: true,
|
||||||
host: true,
|
host: true,
|
||||||
origin: "http://0.0.0.0:8083",
|
//origin: "http://0.0.0.0:8083",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
Loading…
x
Reference in New Issue
Block a user