docs: Use proper content type when loading extensions on homepage

This commit is contained in:
Aaron
2025-07-08 02:22:19 -05:00
parent f0201f72ef
commit 96a307e99f
@@ -35,6 +35,9 @@ export default function (ids: string[]) {
query,
variables: { ids },
}),
headers: {
'Content-Type': 'application/json',
},
})
.then(async (res) => {
isLoading.value = false;