@@ -11,7 +11,7 @@ export function application(data: Record<string, any>) {
[
['preset', '\\d+', '1'],
['el', '[\\w|]+', ''],
- ['page', '/\\w+', '/screen'],
+ ['page', '/\\w+'],
['com', '[^;]+'],
['title', '[^;]+'],
] as const,