diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-29 16:27:48 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-29 16:27:48 -0700 |
commit | 9f877c08deaa7f3886c86443925ea172d903bf5b (patch) | |
tree | 3fbedf314c164bc725d9f1f77c1404cddb7cb5d5 /netlify.toml | |
parent | 52982ef8d8612209dfd32d5688e45ed110ffefa2 (diff) | |
parent | 9df27293326b26a78eeaf7e3fbbb2dcae56899d6 (diff) | |
download | sncontinue-9f877c08deaa7f3886c86443925ea172d903bf5b.tar.gz sncontinue-9f877c08deaa7f3886c86443925ea172d903bf5b.tar.bz2 sncontinue-9f877c08deaa7f3886c86443925ea172d903bf5b.zip |
Merge branch 'main' of github.com:continuedev/continue
Diffstat (limited to 'netlify.toml')
-rw-r--r-- | netlify.toml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 1bd52aee..00000000 --- a/netlify.toml +++ /dev/null @@ -1,12 +0,0 @@ -[[redirects]] -from = "/docs/*" -to = "/:splat" -status = 200 - -[[redirects]] -from = "/" -to = "/docs/intro" - -[[redirects]] -from = "/docs" -to = "/docs/intro"
\ No newline at end of file |