From 20c47a7128f4defe8d86a2698eb71bba4362a975 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Thu, 29 Jun 2023 15:34:14 -0700 Subject: redirect docs edit --- netlify.toml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'netlify.toml') diff --git a/netlify.toml b/netlify.toml index 1bd52aee..bcc69434 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,3 @@ -[[redirects]] -from = "/docs/*" -to = "/:splat" -status = 200 - [[redirects]] from = "/" to = "/docs/intro" -- cgit v1.2.3-70-g09d2 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 (limited to '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