Commit Graph

1 Commits

Author SHA1 Message Date
Marco Gallegos
e0d0cd1055 fix: Move testlinks page to API route to resolve static generation error
- Moved /app/testlinks/page.tsx to /app/api/testlinks/route.ts
- Fixed TypeScript null safety issue in regex match
- Removed empty testlinks directory

This resolves the 'Unsupported Server Component type: Module' error during build.
2026-01-19 00:29:44 -06:00