Direct SSR calls makes fetch super fast!
$fetch('/api/hello')
11ms$fetch('https://nitro-demo.vercel.app/api/hello')
500ms
$fetch('/api/hello')
11ms$fetch('https://nitro-demo.vercel.app/api/hello')
500ms