diff --git a/howToStaticallyHost.md b/howToStaticallyHost.md index 4e0e223..d551831 100644 --- a/howToStaticallyHost.md +++ b/howToStaticallyHost.md @@ -13,5 +13,6 @@ You need to make some rewrites, not redirects from these addresses: * `/channels/*` -> `/app.html` * `/invite/*` -> `invite.html` * `/template/*` -> `template.html` + Other than these three rewrites, everything else should work as expected! (the reason why the service worker can fix this is due to it doing the rewrites on the client side)