Comments out the origin specification to fix issues with image paths, hopefully this doesn't break anything.

This commit is contained in:
aarbit 2024-06-10 23:28:49 -05:00
parent 639673a1c0
commit 9274420674

View File

@ -13,6 +13,6 @@ export default defineConfig({
port: 8083,
strictPort: true,
host: true,
origin: "http://0.0.0.0:8083",
//origin: "http://0.0.0.0:8083",
},
})