From 181583a08e28012e026224c736a8d3f8f2eb9541 Mon Sep 17 00:00:00 2001 From: Scott Kennedy Date: Sat, 29 Jan 2022 19:58:44 +0000 Subject: [PATCH] Add domain redirect --- netlify.toml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/netlify.toml b/netlify.toml index e420927..825fadb 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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"} - \ No newline at end of file + headers = {Access-Control-Allow-Origin = "*", Access-Control-Allow-Headers = "Content-Type, *", Access-Control-Allow-Methods = "GET, POST", Access-Control-Allow-Credentials= "true"} \ No newline at end of file