diff --git a/redirects.sample.json b/redirects.sample.json new file mode 100644 index 0000000..8c6e2e1 --- /dev/null +++ b/redirects.sample.json @@ -0,0 +1,11 @@ +[ + { "from": { "hostname": "example.net" , "path": "" } + , "to": { "hostname": "example.com", "path": "" } + } +, { "from": { "hostname": "www.example.com" , "path": "" } + , "to": { "hostname": "example.com", "path": "" } + } +, { "from": { "hostname": "example.org" , "path": "" } + , "to": { "hostname": "example.com", "path": "/services/org" } + } +]