diff --git a/src/routes/api/redirect/+server.ts b/src/routes/api/fetchtag/+server.ts
similarity index 91%
rename from src/routes/api/redirect/+server.ts
rename to src/routes/api/fetchtag/+server.ts
index 3c8657b..7b85843 100644
--- a/src/routes/api/redirect/+server.ts
+++ b/src/routes/api/fetchtag/+server.ts
@@ -22,5 +22,5 @@ async function fetchLatestReleaseTag() {
}
export const load = (async () => {
let latestReleaseTag = await fetchLatestReleaseTag();
- return latestReleaseTag ? { body: latestReleaseTag } : { status: 404 };
+ return latestReleaseTag //? { body: latestReleaseTag } : { status: 404 };
})
\ No newline at end of file
diff --git a/src/routes/download/+page.svelte b/src/routes/download/+page.svelte
index df15a0d..0739e08 100644
--- a/src/routes/download/+page.svelte
+++ b/src/routes/download/+page.svelte
@@ -1,27 +1,20 @@
- Your download should start automatically. If it doesn't, click the link below.
- Download Suyu