From 110f0821f05a56708a4926a106635395b5ffa37c Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Wed, 31 Mar 2021 17:01:49 +0100 Subject: [PATCH] Add to index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index d1a9db0d..0b266ff3 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,7 @@ main(new Platform(document.body, { worker: "src/worker.js", downloadSandbox: "assets/download-sandbox.html", + defaultHomeServer: "matrix.org", // NOTE: uncomment this if you want the service worker for local development // serviceWorker: "sw.js", // NOTE: provide push config if you want push notifs for local development