website: Fix stale links that depend on initial route not triggering redirects. (#16369)

website: Fix issue where stale links that depend on initial route are
not redirected.
This commit is contained in:
Teffen Ellis
2025-08-26 18:21:22 +02:00
committed by GitHub
parent 04a8357708
commit 810aa1cfea
2 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
.container {
flex: 1 1 auto;
place-content: center;
}