mirror of https://github.com/grpc/grpc.io.git
Redirect www to apex domain using Netlify (#1052)
This commit is contained in:
parent
8706adcfe9
commit
08454c4578
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue