pwa adjustments

This commit is contained in:
2023-07-06 01:12:24 +02:00
parent 5a7c4df70a
commit db8b1a72a4
9 changed files with 50 additions and 12 deletions

View File

@@ -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")
}