Skip to content

Commit 0ebcb84

Browse files
authored
Add server-side redirect from root to real content (#1721)
1 parent 20d6f33 commit 0ebcb84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

static/_redirects

+3
Original file line numberDiff line numberDiff line change
@@ -519,3 +519,6 @@ https://0-13-0.docs.pomerium.io/ https://0-13-0.docs.pomerium.com/:splat 301!
519519
https://0-12-0.docs.pomerium.io/ https://0-12-0.docs.pomerium.com/:splat 301!
520520
https://0-11-0.docs.pomerium.io/ https://0-11-0.docs.pomerium.com/:splat 301!
521521
https://0-10-0.docs.pomerium.io/ https://0-10-0.docs.pomerium.com/:splat 301!
522+
523+
# Avoid the index flicker in the browser
524+
/ /docs

0 commit comments

Comments
 (0)