Removed unnecessary sveltekit handoff coda attempts

This commit is contained in:
2025-01-24 15:59:54 +00:00
parent 4360a7431f
commit 50b84a4d30
3 changed files with 0 additions and 13 deletions
-6
View File
@@ -1,6 +0,0 @@
export function handle({ event, resolve }) {
if (event.url.pathname.startsWith('/repo')) {
return new Response(null, { status: 205 }); // Let Caddy handle it
}
return resolve(event);
}
-5
View File
@@ -1,5 +0,0 @@
import { redirect } from '@sveltejs/kit';
export const load = async () => {
redirect(308, "https://am-d-model.eu/repo")
}
-2
View File
@@ -1,2 +0,0 @@
export const csr = false;
export const cache = 'no-store';