Skip to content

Commit

Permalink
🐛 fix: fix change url
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Mar 7, 2024
1 parent 97d7b62 commit 1a324ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"tts",
"stt"
],
"homepage": "https://ai3.mister5.net/",
"homepage": "https://ai.mister5.net/",
"bugs": {
"url": "https://github.com/bentwnghk/lobe-chat/issues/new/choose"
},
Expand Down
4 changes: 2 additions & 2 deletions src/const/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { withBasePath } from '@/utils/basePath';
import pkg from '../../package.json';
import { INBOX_SESSION_ID } from './session';

export const OFFICIAL_URL = 'https://ai3.mister5.net/';
export const OFFICIAL_URL = 'https://ai.mister5.net/';

export const getCanonicalUrl = (path: string) => urlJoin(OFFICIAL_URL, path);

Expand All @@ -20,7 +20,7 @@ export const PRIVACY_URL = 'https://mr5drive.com/privacy';
// export const DOCUMENTS = !!LOBE_CHAT_DOCS ? '/docs' : 'https://chat-docs.lobehub.com';
export const DOCUMENTS = 'https://longman.mister5.net/';
export const WIKI_PLUGIN_GUIDE = urlJoin(GITHUB, 'wiki', 'Plugin-Development');
export const MANUAL_UPGRADE_URL = 'https://ai3.mister5.net';
export const MANUAL_UPGRADE_URL = 'https://ai.mister5.net';

export const PLUGINS_INDEX_URL = 'https://chat-plugins.lobehub.com';

Expand Down
2 changes: 1 addition & 1 deletion src/store/chat/slices/share/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface ShareMessage {

const Footer: ShareMessage = {
from: 'gpt',
value: `Share from [**🤯 Mr.🆖 Chat**](https://ai3.mister5.net) - ${dayjs().format(
value: `Share from [**🤯 Mr.🆖 Chat**](https://ai.mister5.net) - ${dayjs().format(
'YYYY-MM-DD',
)}`,
};
Expand Down

0 comments on commit 1a324ff

Please sign in to comment.