mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-08 02:52:49 +00:00
fix: maybe fix cloudflare pages loop
This commit is contained in:
@@ -2,5 +2,5 @@ import {redirect} from "@sveltejs/kit"
|
||||
import type {PageLoad} from "./$types"
|
||||
|
||||
export const load = (() => {
|
||||
throw redirect(302, "/config")
|
||||
throw redirect(302, "/config/")
|
||||
}) satisfies PageLoad
|
||||
|
||||
Reference in New Issue
Block a user