<script setup>const { data } = useAsyncData(() => getBlogPosts());</script>
<script setup>const { data } = useAsyncData(() => getBlogPosts());</script>
I have several instance of axios and this is the current structure. Is there a way to preserve this kind of structure without having to rewrite it to composables in order to access env variables or runtime config?