From 277b453684e81865e194fa80349755d6529dc3bf Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Wed, 29 Oct 2025 13:27:59 -0500 Subject: [PATCH] add enter --- howToStaticallyHost.md | 1 + 1 file changed, 1 insertion(+) 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)