/home/techb158/public_html/wp-includes/build/routes/fonts-home
NameSizeModeActions
route.js2090666editdlrm
route.min.asset.php1720666editdlrm
route.min.js1250666editdlrm
Edit: /home/techb158/public_html/wp-includes/build/routes/fonts-home/route.js (209B)
// routes/fonts-home/route.ts import { redirect } from "@wordpress/route"; var route = { beforeLoad: () => { throw redirect({ throw: true, to: "/font-list" }); } }; export { route };