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