From 678024b7272cdb96fec9a356051005f9fcdfcb45 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Wed, 29 Oct 2025 13:24:34 -0500 Subject: [PATCH] slight change --- howToStaticallyHost.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/howToStaticallyHost.md b/howToStaticallyHost.md index de93ef6..4e0e223 100644 --- a/howToStaticallyHost.md +++ b/howToStaticallyHost.md @@ -6,6 +6,9 @@ Fermi due to its service worker, will technically work without any of this, but * stuff like `/app` will just use the html file at `/app.html` Here's the other thing you need to do: + +Firstly you'll need to build Fermi like normal and host out the ./dist/webpage directory. + You need to make some rewrites, not redirects from these addresses: * `/channels/*` -> `/app.html` * `/invite/*` -> `invite.html`