Skip to content

Commit

Permalink
🐛 fix: fix the document url
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 18, 2024
1 parent dd947e6 commit 43b5677
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/const/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ export const CHANGELOG = urlJoin(GITHUB, 'blob/master/CHANGELOG.md');

const { LOBE_CHAT_DOCS } = getClientConfig();

export const DOCUMENTS = !!LOBE_CHAT_DOCS
? urlJoin(LOBE_CHAT_DOCS, '/docs')
: 'https://chat-docs.lobehub.com';
export const DOCUMENTS = !!LOBE_CHAT_DOCS ? '/docs' : 'https://chat-docs.lobehub.com';

export const WIKI_PLUGIN_GUIDE = urlJoin(GITHUB, 'wiki', 'Plugin-Development');

Expand Down

0 comments on commit 43b5677

Please sign in to comment.