chord display site

This commit is contained in:
2023-07-05 19:48:06 +02:00
parent 8261609cb7
commit f9fea7b585
6 changed files with 6 additions and 14 deletions

View File

@@ -3,5 +3,5 @@ import {base} from "$app/paths"
/** @type {import("./$types").PageLoad} */
export function load() {
throw redirect(307, `${base}/config`)
throw redirect(307, `${base}/config/`)
}