Added page handoff to server for /repo

This commit is contained in:
2025-01-24 14:31:13 +00:00
parent 95f331fd26
commit f5676d60da

View File

@@ -0,0 +1,5 @@
import { redirect } from '@sveltejs/kit';
export const load = async () => {
redirect("https://am-d-model.eu/repo")
}