mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 02:38:32 +07:00
feat: url demo update (#173)
* Update FooterMenu.tsx * Update next.config.mjs * Update demo.mdx * Update _meta.ts
This commit is contained in:
@@ -32,7 +32,7 @@ const menuItems: {
|
||||
},
|
||||
{
|
||||
name: 'Demo',
|
||||
href: 'https://demo.librechat.cfd/',
|
||||
href: 'https://chat.librechat.ai/',
|
||||
},
|
||||
{
|
||||
name: 'Status',
|
||||
|
||||
@@ -32,7 +32,7 @@ const cspHeader = `
|
||||
const nonPermanentRedirects = [
|
||||
// Up to date Redirects:
|
||||
['/discord', 'https://discord.librechat.ai'],
|
||||
['/demo', 'https://demo.librechat.cfd'],
|
||||
['/demo', 'https://chat.librechat.ai'],
|
||||
['/issue', 'https://github.com/danny-avila/LibreChat/issues/new/choose'],
|
||||
['/new-issue', 'https://github.com/danny-avila/LibreChat/issues/new/choose'],
|
||||
['/issues', 'https://github.com/danny-avila/LibreChat/issues'],
|
||||
|
||||
@@ -33,7 +33,7 @@ export default {
|
||||
demo: {
|
||||
type: 'page',
|
||||
title: 'Demo',
|
||||
href: 'https://demo.librechat.cfd/',
|
||||
href: 'https://chat.librechat.ai/',
|
||||
// display: 'hidden',
|
||||
},
|
||||
changelog: {
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
https://demo.librechat.cfd/
|
||||
https://chat.librechat.ai/
|
||||
|
||||
place holder document used so the demo entry in the top menu doesn't look selected at all time
|
||||
place holder document used so the demo entry in the top menu doesn't look selected at all time
|
||||
|
||||
Reference in New Issue
Block a user