mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
🔧 fix: add '/features' redirect and fix '/features' link (#64)
* 🔧 fix: add '/features' redirect
* feat: Move features to docs
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,6 +5,7 @@ node_modules
|
||||
.env.local
|
||||
.env
|
||||
.env*.local
|
||||
.git
|
||||
|
||||
# next sitemap
|
||||
public/robots.txt
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user