/
www
/
wwwroot
/
fxdst.com
/
wp-includes
/
build
/
routes
/
fonts-home
/
Upload File
HOME
// routes/fonts-home/route.ts import { redirect } from "@wordpress/route"; var route = { beforeLoad: () => { throw redirect({ throw: true, to: "/font-list" }); } }; export { route };