From ba4e0f69d712b47b3a69f5b99582c9abaa900318 Mon Sep 17 00:00:00 2001 From: lucas Date: Sun, 25 Jan 2026 05:18:23 +0000 Subject: [PATCH] Updated download URL --- src/components/sections/downloads/DownloadsHero.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/downloads/DownloadsHero.vue b/src/components/sections/downloads/DownloadsHero.vue index 82d290c..abf8c75 100644 --- a/src/components/sections/downloads/DownloadsHero.vue +++ b/src/components/sections/downloads/DownloadsHero.vue @@ -6,7 +6,7 @@ import CardContent from '@/components/ui/CardContent.vue'; import { Download, Shield } from 'lucide-vue-next'; function downloadFile() { - const url = "https://n0sys.duckdns.org/git/lucas/nosys_libs/raw/branch/main/app/start.py"; + const url = "https://n0sys.duckdns.org/downloads/libs/app/start.py"; const link = document.createElement('a'); link.href = url; link.download = url.split('/').pop();