mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
Removed unnecessary sveltekit handoff coda attempts
This commit is contained in:
@@ -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);
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
import { redirect } from '@sveltejs/kit';
|
|
||||||
|
|
||||||
export const load = async () => {
|
|
||||||
redirect(308, "https://am-d-model.eu/repo")
|
|
||||||
}
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
export const csr = false;
|
|
||||||
export const cache = 'no-store';
|
|
||||||
Reference in New Issue
Block a user