diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-29 15:34:14 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-29 15:34:14 -0700 |
commit | 02bcc1fc57c47c2b6e144808b87077b94cc5a2d2 (patch) | |
tree | 55e3bb64ba77955bbb299590c6d5245aea1c165c /netlify.toml | |
parent | 6baa117316ab0bfb2e2bd03e39391be52609d3ea (diff) | |
download | sncontinue-02bcc1fc57c47c2b6e144808b87077b94cc5a2d2.tar.gz sncontinue-02bcc1fc57c47c2b6e144808b87077b94cc5a2d2.tar.bz2 sncontinue-02bcc1fc57c47c2b6e144808b87077b94cc5a2d2.zip |
redirect docs edit
Diffstat (limited to 'netlify.toml')
-rw-r--r-- | netlify.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/netlify.toml b/netlify.toml index 1bd52aee..bcc69434 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,9 +1,4 @@ [[redirects]] -from = "/docs/*" -to = "/:splat" -status = 200 - -[[redirects]] from = "/" to = "/docs/intro" |