mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
🐛 fix: correct desktop download URL path (#11990)
Fixed the download URL path from '/download' to '/downloads' to match the actual official site path.
This commit is contained in:
parent
2c791d749d
commit
e46df98907
1 changed files with 1 additions and 1 deletions
|
|
@ -66,6 +66,6 @@ export const CHANGELOG_URL = urlJoin(OFFICIAL_SITE, 'changelog/versions');
|
|||
|
||||
export const DOWNLOAD_URL = {
|
||||
android: 'https://play.google.com/store/apps/details?id=com.lobehub.app',
|
||||
default: urlJoin(OFFICIAL_SITE, '/download'),
|
||||
default: urlJoin(OFFICIAL_SITE, '/downloads'),
|
||||
ios: 'https://testflight.apple.com/join/2ZbjX4Qp',
|
||||
} as const;
|
||||
|
|
|
|||
Loading…
Reference in a new issue