From 6be500557678837563e8c142e8f43095c6e73d19 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Thu, 29 Jun 2023 15:37:00 -0700 Subject: move netlify.toml --- docs/netlify.toml | 7 +++++++ netlify.toml | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 docs/netlify.toml delete mode 100644 netlify.toml diff --git a/docs/netlify.toml b/docs/netlify.toml new file mode 100644 index 00000000..bcc69434 --- /dev/null +++ b/docs/netlify.toml @@ -0,0 +1,7 @@ +[[redirects]] +from = "/" +to = "/docs/intro" + +[[redirects]] +from = "/docs" +to = "/docs/intro" \ No newline at end of file diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index bcc69434..00000000 --- a/netlify.toml +++ /dev/null @@ -1,7 +0,0 @@ -[[redirects]] -from = "/" -to = "/docs/intro" - -[[redirects]] -from = "/docs" -to = "/docs/intro" \ No newline at end of file -- cgit v1.2.3-70-g09d2