From 5cbb53996ef2ba78b7e2d3ba08d6f4f663b5b3dc Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 27 May 2021 17:25:52 +0200 Subject: Fix deploy urls --- client/proxy.config.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/proxy.config.json') diff --git a/client/proxy.config.json b/client/proxy.config.json index e7070522a..e9c6c4aff 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json @@ -24,6 +24,10 @@ "secure": false, "ws": true }, + "/client/assets": { + "target": "http://localhost:9000", + "secure": false + }, "/!(client)**": { "target": "http://localhost:3000/client/index.html", "secure": false, -- cgit v1.2.3