| .. | |||||
| route.js | |||||
| route.min.asset.php | |||||
| route.min.js |
// routes/fonts-home/route.ts
import { redirect } from "@wordpress/route";
var route = {
beforeLoad: () => {
throw redirect({
throw: true,
to: "/font-list"
});
}
};
export {
route
};
| .. | |||||
| route.js | |||||
| route.min.asset.php | |||||
| route.min.js |