matrix-public-archive/build
Eric Eastwood 2b4ecb737a
Add support for client-side room alias hash `#` redirects to the correct URL (#111)
This helps when someone just pastes a room alias on the end of the domain,

 - `/#room-alias:server` -> `/r/room-alias:server`
 - `/r/#room-alias:server/date/2022/10/27` -> `/r/room-alias:server/date/2022/10/27`

Since these redirects happen on the client, we can't write any e2e tests. Those e2e tests do everything but run client-side JavaScript.

Follow-up to https://github.com/matrix-org/matrix-public-archive/pull/107

Part of https://github.com/matrix-org/matrix-public-archive/issues/25
2022-10-28 00:32:24 -05:00
..
build-client-scripts.js Add support for client-side room alias hash `#` redirects to the correct URL (#111) 2022-10-28 00:32:24 -05:00
build-client.js Room directory landing page v1 (#61) 2022-09-08 01:30:04 -05:00
do-client-build.js Room directory landing page v1 (#61) 2022-09-08 01:30:04 -05:00
generate-vite-config-for-entry-point.js Room directory landing page v1 (#61) 2022-09-08 01:30:04 -05:00
write-version-files.js Room directory landing page v1 (#61) 2022-09-08 01:30:04 -05:00