mirror of
https://github.com/danbulant/Mangades
synced 2026-07-06 19:40:54 +00:00
use redirects
This commit is contained in:
parent
02930e98df
commit
8fb3fb4848
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<script>
|
<script>
|
||||||
import { goto } from "@roxi/routify/runtime/helpers";
|
import { redirect } from "@roxi/routify/runtime/helpers";
|
||||||
|
|
||||||
$goto("./1");
|
$redirect("./1");
|
||||||
</script>
|
</script>
|
||||||
Loading…
Reference in a new issue