From a454ebdcccba8d38c3a6234656119f15a85497ab Mon Sep 17 00:00:00 2001 From: Dustin Schau Date: Thu, 4 Jan 2024 16:27:08 -0800 Subject: [PATCH] chore: try redirect --- netliy.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 netliy.toml diff --git a/netliy.toml b/netliy.toml new file mode 100644 index 0000000..f197b97 --- /dev/null +++ b/netliy.toml @@ -0,0 +1,7 @@ +[[redirects]] + from = "/search-engine-optimization-with-gatsby" + to = "https://dustinschau.com/posts/2019-01-04-seo-and-gatsby/" + status = 301 + force = false + query = {path = ":path"} + conditions = {Language = ["en"], Country = ["US"], Role = ["admin"]}