mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user