From 8769f8966d1d0fc59567515c955e7699099a5aee Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:06:05 +0100 Subject: [PATCH] Clarify web server compatibility (#2555) --- 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: