Skip to content

Commit

Permalink
Add domain redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Jan 29, 2022
1 parent a90cd28 commit 181583a
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,4 @@
from = "/*"
to = "https://testing.2cubedtest.com/:splat"
status = 200
headers = {Access-Control-Allow-Origin = "*", Access-Control-Allow-Headers = "Content-Type, *", Access-Control-Allow-Methods = "GET, POST", Access-Control-Allow-Credentials= "true"}

[[redirects]]
from = "http://woonuxt.com/*"
to = "https://woonuxt.com/:splat"
status = 301
headers = {Access-Control-Allow-Origin = "*", Access-Control-Allow-Headers = "Content-Type, *", Access-Control-Allow-Methods = "GET, POST", Access-Control-Allow-Credentials= "true"}

[[redirects]]
from = "http://www.woonuxt.com/*"
to = "https://woonuxt.com/:splat"
status = 301
headers = {Access-Control-Allow-Origin = "*", Access-Control-Allow-Headers = "Content-Type, *", Access-Control-Allow-Methods = "GET, POST", Access-Control-Allow-Credentials= "true"}

headers = {Access-Control-Allow-Origin = "*", Access-Control-Allow-Headers = "Content-Type, *", Access-Control-Allow-Methods = "GET, POST", Access-Control-Allow-Credentials= "true"}

0 comments on commit 181583a

Please sign in to comment.