Skip to content

Commit

Permalink
🐛 fix: Fix URL typo (lobehub#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzcn authored Mar 15, 2024
1 parent 57a1ec1 commit 97137a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const OFFICIAL_URL = 'https://chat-preview.lobehub.com/';
export const getCanonicalUrl = (path: string) => urlJoin(OFFICIAL_URL, path);

export const GITHUB = pkg.homepage;
export const CHANGELOG = urlJoin(GITHUB, 'blob/master/CHANGELOG.md');
export const CHANGELOG = urlJoin(GITHUB, 'blob/main/CHANGELOG.md');

const { LOBE_CHAT_DOCS } = getClientConfig();

Expand Down

0 comments on commit 97137a9

Please sign in to comment.