diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-29 22:28:26 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-29 22:28:26 -0700 |
commit | 2374d22845c355e393a409833b1d7ab84a5fb025 (patch) | |
tree | b8e5e32f309287afaa03ef2b0d7be2888d033e2b /docs/netlify.toml | |
parent | 39129cbde70858e6b375f80946c312c7f873c9ff (diff) | |
parent | 4f94cb960626a06a2cfd982327c39d91ecb65d71 (diff) | |
download | sncontinue-2374d22845c355e393a409833b1d7ab84a5fb025.tar.gz sncontinue-2374d22845c355e393a409833b1d7ab84a5fb025.tar.bz2 sncontinue-2374d22845c355e393a409833b1d7ab84a5fb025.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'docs/netlify.toml')
-rw-r--r-- | docs/netlify.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/netlify.toml b/docs/netlify.toml new file mode 100644 index 00000000..490ac92e --- /dev/null +++ b/docs/netlify.toml @@ -0,0 +1,4 @@ +[[redirects]] + from = "/" + to = "/docs/intro" + force = true
\ No newline at end of file |