fix(vercel): update cron schedule for Hobby plan and fix routing config
- Change cron from every 6 hours to daily at 3am UTC (Hobby plan limit)
- Migrate deprecated 'routes' to 'rewrites' and 'redirects'
- Fix routing syntax from 'src'/'dest' to 'source'/'destination'
- Remove favicon routing (handled by SvelteKit static files)
Fixes Vercel deployment error: 'Hobby accounts are limited to daily cron jobs'