pwa adjustments

This commit is contained in:
2023-07-06 09:52:18 +02:00
parent db8b1a72a4
commit 9c9d447765
7 changed files with 13 additions and 21 deletions

View File

@@ -2,5 +2,5 @@ import {redirect} from "@sveltejs/kit"
/** @type {import("./$types").PageLoad} */
export function load() {
throw redirect(302, "/config")
throw redirect(302, "/config/")
}