Код: Выделить всё
export default [
index("Home.tsx"),
route("/about", "About.tsx"),
] satisfies RouteConfig;
Код: Выделить всё
redirect("/info", "/about"),
Есть идеи?
Подробнее здесь: https://stackoverflow.com/questions/797 ... ther-route
Код: Выделить всё
export default [
index("Home.tsx"),
route("/about", "About.tsx"),
] satisfies RouteConfig;
Код: Выделить всё
redirect("/info", "/about"),