Redirect www to apex domain using Netlify (#1052)

This commit is contained in:
Patrice Chalin 2022-09-27 08:47:26 -04:00 committed by GitHub
parent 8706adcfe9
commit 08454c4578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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