diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-29 22:12:11 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-29 22:12:11 -0700 |
commit | 2df0cb0a23b8a46830b055632a25814621c385bc (patch) | |
tree | e9b1b94316e30795e878a2d10f02c5fa9c8d50cc | |
parent | 5eaf56846c1864d4b49c6010f921c5f3e578c0db (diff) | |
download | sncontinue-2df0cb0a23b8a46830b055632a25814621c385bc.tar.gz sncontinue-2df0cb0a23b8a46830b055632a25814621c385bc.tar.bz2 sncontinue-2df0cb0a23b8a46830b055632a25814621c385bc.zip |
adjust for docs/docs issue
-rw-r--r-- | docs/netlify.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/netlify.toml b/docs/netlify.toml index bb0f50ea..490ac92e 100644 --- a/docs/netlify.toml +++ b/docs/netlify.toml @@ -1,4 +1,4 @@ [[redirects]] - from = "/docs" + from = "/" to = "/docs/intro" force = true
\ No newline at end of file |