Direct SSR calls makes fetch super fast!
$fetch('/api/hello')
3ms$fetch('https://nitro-demo.netlify.app/api/hello')
444ms
$fetch('/api/hello')
3ms$fetch('https://nitro-demo.netlify.app/api/hello')
444ms