mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-07 02:22:52 +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"
|
import type {PageLoad} from "./$types"
|
||||||
|
|
||||||
export const load = (() => {
|
export const load = (() => {
|
||||||
throw redirect(302, "/config")
|
throw redirect(302, "/config/")
|
||||||
}) satisfies PageLoad
|
}) satisfies PageLoad
|
||||||
|
|||||||
Reference in New Issue
Block a user