mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-21 09:23:00 +00:00
switch deploy method
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import {redirect} from "@sveltejs/kit"
|
||||
import {base} from "$app/paths"
|
||||
|
||||
/** @type {import("./$types").PageLoad} */
|
||||
export function load() {
|
||||
throw redirect(307, `${base}/config/`)
|
||||
throw redirect(300, "/config")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user