fix(site): link fresh signed APK zip with cache busting in download section
Some checks failed
deploy-site-windows / deploy-win (push) Waiting to run
deploy-site / deploy (push) Failing after 18s

This commit is contained in:
Yun Chan 2026-08-20 22:07:40 +09:00
parent 781a896d02
commit 9b8dbdaffa

View file

@ -274,12 +274,12 @@ export function Download() {
<div className="space-y-2"> <div className="space-y-2">
<a <a
href="/releases/1.0.0/d3ro-voice-v1.0.0-android.zip" href="/releases/1.0.0/d3ro-voice-v1.0.0-signed.zip"
download="d3ro-voice-v1.0.0.apk" download="d3ro-voice-v1.0.0-signed.apk"
className="w-full py-2.5 px-4 rounded-lg bg-surface-700 hover:bg-surface-600 border border-white/[0.08] hover:border-emerald-400/40 text-neutral-200 font-mono text-xs flex items-center justify-between transition-all" className="w-full py-2.5 px-4 rounded-lg bg-surface-700 hover:bg-surface-600 border border-white/[0.08] hover:border-emerald-400/40 text-neutral-200 font-mono text-xs flex items-center justify-between transition-all"
> >
<span className="font-semibold">Android APK (.apk)</span> <span className="font-semibold">Android Release APK (.apk)</span>
<span className="text-emerald-400">Download (50MB) </span> <span className="text-emerald-400">Download (47MB) </span>
</a> </a>
<a <a
href="#download" href="#download"