Skip to content

Commit

Permalink
feat: url demo update (#173)
Browse files Browse the repository at this point in the history
* Update FooterMenu.tsx

* Update next.config.mjs

* Update demo.mdx

* Update _meta.ts
  • Loading branch information
berry-13 authored Nov 30, 2024
1 parent d968123 commit 7a27b95
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/FooterMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const menuItems: {
},
{
name: 'Demo',
href: 'https://demo.librechat.cfd/',
href: 'https://chat.librechat.ai/',
},
{
name: 'Status',
Expand Down
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
2 changes: 1 addition & 1 deletion pages/_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
demo: {
type: 'page',
title: 'Demo',
href: 'https://demo.librechat.cfd/',
href: 'https://chat.librechat.ai/',
// display: 'hidden',
},
changelog: {
Expand Down
4 changes: 2 additions & 2 deletions pages/demo.mdx
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7a27b95

Please sign in to comment.