add enter

This commit is contained in:
MathMan05
2025-10-29 13:27:59 -05:00
parent 678024b727
commit 277b453684

View File

@@ -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)