From b600cd7bf613a023f70e4cc8f13159898541a481 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:20:44 +0100 Subject: [PATCH] Clarify web server compatibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f487beed..6599dbe6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ yarn yarn build ``` -If all went well, you can now find the build output under `dist` as a series of static files. These can be hosted using any web server of your choice. +If all went well, you can now find the build output under `dist` as a series of static files. These can be hosted using any web server that can be configured with custom routes (see below). You may also wish to add a configuration file (Element Call uses the domain it's hosted on as a Homeserver URL by default, but you can change this in the config file). This goes in `public/config.json` - you can use the sample as a starting point: