feat: url demo update (#173)

* Update FooterMenu.tsx

* Update next.config.mjs

* Update demo.mdx

* Update _meta.ts
This commit is contained in:
Marco Beretta
2024-11-30 22:00:05 +01:00
committed by GitHub
parent d968123355
commit 7a27b95dc0
4 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ const menuItems: {
},
{
name: 'Demo',
href: 'https://demo.librechat.cfd/',
href: 'https://chat.librechat.ai/',
},
{
name: 'Status',

View File

@@ -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'],

View File

@@ -33,7 +33,7 @@ export default {
demo: {
type: 'page',
title: 'Demo',
href: 'https://demo.librechat.cfd/',
href: 'https://chat.librechat.ai/',
// display: 'hidden',
},
changelog: {

View File

@@ -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