Skip to content

Commit

Permalink
Redirect www to apex domain using Netlify (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Sep 27, 2022
1 parent 8706adc commit 08454c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 08454c4

Please sign in to comment.