diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-29 22:01:46 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-29 22:01:46 -0700 |
commit | 25e791c3ae5228ac997fd4f4069e6d9ed2a6acbd (patch) | |
tree | d87bee7704f073a7afc5892950fa5d5e9affce5f /docs/netlify.toml | |
parent | 6b8148fa30cd4f3550c5714bb9239498ae371898 (diff) | |
download | sncontinue-25e791c3ae5228ac997fd4f4069e6d9ed2a6acbd.tar.gz sncontinue-25e791c3ae5228ac997fd4f4069e6d9ed2a6acbd.tar.bz2 sncontinue-25e791c3ae5228ac997fd4f4069e6d9ed2a6acbd.zip |
adding back redirect
Diffstat (limited to 'docs/netlify.toml')
-rw-r--r-- | docs/netlify.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/netlify.toml b/docs/netlify.toml new file mode 100644 index 00000000..48ea9fac --- /dev/null +++ b/docs/netlify.toml @@ -0,0 +1,3 @@ +[[redirects]] +from = "/docs" +to = "/docs/intro"
\ No newline at end of file |