mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 17:03:42 +00:00
pwa adjustments
This commit is contained in:
@@ -2,5 +2,5 @@ import {redirect} from "@sveltejs/kit"
|
||||
|
||||
/** @type {import("./$types").PageLoad} */
|
||||
export function load() {
|
||||
throw redirect(300, "/config/chords")
|
||||
throw redirect(302, "/config/chords")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user