diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-29 11:09:43 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-29 11:09:43 -0700 |
commit | dcc56f049bed3d42965271fb789e862ecde23777 (patch) | |
tree | 9aa91f25a4b2360ad49a93eb5e69107dba6dd57a /netlify.toml | |
parent | b0a3baab5bc9254d084a1cfa1cfd7fa92a4b8539 (diff) | |
download | sncontinue-dcc56f049bed3d42965271fb789e862ecde23777.tar.gz sncontinue-dcc56f049bed3d42965271fb789e862ecde23777.tar.bz2 sncontinue-dcc56f049bed3d42965271fb789e862ecde23777.zip |
original netlify.toml
Diffstat (limited to 'netlify.toml')
-rw-r--r-- | netlify.toml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/netlify.toml b/netlify.toml index bcc69434..569b454b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,4 @@ [[redirects]] -from = "/" -to = "/docs/intro" - -[[redirects]] -from = "/docs" -to = "/docs/intro"
\ No newline at end of file +from = "/docs/*" +to = "/:splat" +status = 200
\ No newline at end of file |