🔧 fix: add '/features' redirect and fix '/features' link (#64)

* 🔧 fix: add '/features' redirect

* feat: Move features to docs
This commit is contained in:
Danny Avila
2024-06-22 17:55:49 -04:00
committed by GitHub
parent 443a3aa1db
commit fe426835dc
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@ node_modules
.env.local
.env
.env*.local
.git
# next sitemap
public/robots.txt

View File

@@ -39,6 +39,7 @@ const nonPermanentRedirects = [
['/gh-support', 'https://github.com/danny-avila/LibreChat/discussions/categories/support'],
['/gh-discussions', 'https://github.com/danny-avila/LibreChat/discussions'],
['/roadmap', '/docs/roadmap'],
['/features', '/docs/features'],
/* Danny moved these :P */
['/docs/configuration/librechat_yaml/ai_endpoints/azure', '/docs/configuration/azure'],
// Redirect to overview pages

View File

@@ -60,7 +60,7 @@ import {
<Cards num={3}>
<Cards.Card title="" href="/about" icon={<Logo />} image />
<Cards.Card title="" href="/changelog" icon={<Changelog />} image />
<Cards.Card title="" href="/features" icon={<Features />} image />
<Cards.Card title="" href="/docs/features" icon={<Features />} image />
<Cards.Card title="" href="/toolkit" icon={<ToolKit />} image />
<Cards.Card title="" href="/blog/2024-02-19_2024_roadmap" icon={<Roadmap />} image />
<Cards.Card title="" href="/authors" icon={<OurAuthors />} image />