Typing the Nuxt head() method
Using the head() method in a typed context can be problematic. It gets even more interesting when using component properties inject trough asyncData() or fetch(). In this post, I will show you, how to safely refactor and make everything type-safe.