mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-22 01:42:47 +00:00
chord display site
This commit is contained in:
7
src/routes/+page.js
Normal file
7
src/routes/+page.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import {redirect} from "@sveltejs/kit"
|
||||
import {base} from "$app/paths"
|
||||
|
||||
/** @type {import("./$types").PageLoad} */
|
||||
export function load() {
|
||||
throw redirect(307, `${base}/config`)
|
||||
}
|
||||
Reference in New Issue
Block a user