Skip to content

Commit 32c8d0e

Browse files
committed
More redirect fixes
1 parent 7f6e4d2 commit 32c8d0e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/middleware.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3686,11 +3686,18 @@ const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [
36863686
from: '/backend/database-migrations/',
36873687
to: '/api-server/application-domains/database-migrations/',
36883688
},
3689-
36903689
{
36913690
from: '/backend/feature-flags/',
36923691
to: '/api-server/application-domains/feature-flags/',
36933692
},
3693+
{
3694+
from: '/backend/feature-flags/flagpole/',
3695+
to: '/api-server/application-domains/feature-flags/flagpole/',
3696+
},
3697+
{
3698+
from: '/backend/feature-flags/options-backed-features/',
3699+
to: '/api-server/application-domains/feature-flags/options-backed-features/',
3700+
},
36943701
{
36953702
from: '/backend/options/',
36963703
to: '/api-server/application-domains/options/',

0 commit comments

Comments
 (0)