From 9d4d125fbd46f0c06ab09d6fa448887f697d1534 Mon Sep 17 00:00:00 2001 From: RJ Beers Date: Thu, 26 Dec 2024 15:45:32 -0500 Subject: [PATCH] Force index redirect index exists, so it needs the forced redirect to avoid loading the shadowed file, per netlify behavior --- static/_redirects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/_redirects b/static/_redirects index 626afd6dd..bfa2c90c4 100644 --- a/static/_redirects +++ b/static/_redirects @@ -521,4 +521,4 @@ https://0-11-0.docs.pomerium.io/ https://0-11-0.docs.pomerium.com/:splat 301! https://0-10-0.docs.pomerium.io/ https://0-10-0.docs.pomerium.com/:splat 301! # Avoid the index flicker in the browser -/ /docs +/ /docs 301!