From c496c84eccf54856123057e19398617be3257e91 Mon Sep 17 00:00:00 2001 From: beerpiss Date: Fri, 12 Jan 2024 10:12:33 +0700 Subject: [PATCH] gc: fix apk path --- extensions/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/index.html b/extensions/index.html index c186c7f0..90c11cdc 100644 --- a/extensions/index.html +++ b/extensions/index.html @@ -123,7 +123,7 @@ size="small" download :href="`${$store.repoUrl}/apk/${extension.apk}`" - @click="window.goatcounter?.count({ path: `/apk/${extension.apk}` })"> + @click="window.goatcounter?.count({ path: `/extensions/apk/${extension.apk}` })">