mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2026-01-03 10:31:57 +00:00
Forgot to add status to redirect
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { redirect } from '@sveltejs/kit';
|
||||
|
||||
export const load = async () => {
|
||||
redirect("https://am-d-model.eu/repo")
|
||||
redirect(308, "https://am-d-model.eu/repo")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user