mirror of
https://github.com/danbulant/Mangades
synced 2026-06-19 14:21:23 +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>
|
||||
import { goto } from "@roxi/routify/runtime/helpers";
|
||||
import { redirect } from "@roxi/routify/runtime/helpers";
|
||||
|
||||
$goto("./1");
|
||||
$redirect("./1");
|
||||
</script>
|
||||
Loading…
Reference in a new issue