feat: add closed page component and update navigation paths for chat support

This commit is contained in:
mlogclub
2026-05-30 13:47:44 +08:00
parent af9d0319b1
commit 3078488018
3 changed files with 2 additions and 2 deletions
@@ -25,5 +25,5 @@ async function loadCloseNavigation() {
test("standalone close navigates to the non-bootstrapping closed page", async () => {
const { getStandaloneClosedUrl } = await loadCloseNavigation()
assert.equal(getStandaloneClosedUrl(), "/support/closed")
assert.equal(getStandaloneClosedUrl(), "/support/chat/closed")
})