diff --git a/netlify.toml b/netlify.toml index 7a9c04e1927..c2e46062dcf 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,3 +4,8 @@ command = "npm run build:preview" [context.production] command = "npm run build:production" + +[[redirects]] +from = "https://www.grpc.io/*" +to = "https://grpc.io/:splat" +force = true