Skip to content

Commit

Permalink
fix: redirect wildcards (#809)
Browse files Browse the repository at this point in the history
fix: netlify redirect wildcards

Co-authored-by: Leslie Lau <leslie@taplytics.com>
  • Loading branch information
jamespohalloran and leslie-lau authored Feb 26, 2025
1 parent 8f176f6 commit 44fda4a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _redirects
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/sdk/sdk-types /sdk/ 301
/docs/:path*/ /:path* 301
/docs/:path* /:path* 301
/docs/* /:splat 301
/docs/*/ /:splat 301
/best-practices/sample-apps/getting-started-guide /home/demos/react 301
/best-practices/sample-apps/realtime-demo /home/demos/realtime 301
/home/introduction / 301
Expand All @@ -12,20 +12,20 @@
/home/feature-management/features-and-variables/variables-and-variations /platform/feature-flags/variables-and-variations/variables 301
/home/feature-management/features-and-variables/custom-properties /platform/feature-flags/targeting/custom-properties 301
/home/feature-management/features-and-variables/sdk-visibility /platform/security-and-guardrails/sdk-visibility 301
/home/feature-management/features-and-variables/metrics-and-analysis/:path* /platform/metrics/:path* 301
/home/feature-management/features-and-variables/metrics-and-analysis/* /platform/metrics/:splat 301
/home/feature-management/organizing-your-flags-and-variables/feature-dashboard /platform/feature-flags/features 301
/home/feature-management/organizing-your-flags-and-variables/environments /platform/account-management/environments 301
/home/feature-management/organizing-your-flags-and-variables/api-and-sdk-keys /platform/account-management/keys 301
/home/feature-management/organizing-your-flags-and-variables/variable-dashboard /platform/feature-flags/variables-and-variations/variables 301
/home/feature-management/organizing-your-flags-and-variables/organizations-projects /platform/account-management/organizations 301
/home/your-organization/:path* /platform/account-management/organizations 301
/home/your-organization/* /platform/account-management/organizations 301
/home/demos/:path* /examples 301
/home/feature-management/edgedb/:path* /platform/feature-flags/targeting/edgedb 301
/home/feature-management/feature-opt-in/:path* /platform/extras/feature-opt-in 301
/tools-and-integrations/:path* /integrations/:path* 301
/tools-and-integrations/ /integrations 301
/extras/:path* /platform/:path* 301
/extras/:path*/ /platform/:path* 301
/tools-and-integrations/* /integrations/:splat 301
/tools-and-integrations/*/ /integrations/:splat 301
/extras/* /platform/:splat 301
/extras/*/ /platform/:splat 301
/introduction/quickstart /quickstart 301
/introduction/key-features /essentials/key-features 301
/introduction/architecture /essentials/architecture 301
Expand Down

0 comments on commit 44fda4a

Please # to comment.