Skip to content

Commit 96a307e

Browse files
committed
docs: Use proper content type when loading extensions on homepage
1 parent f0201f7 commit 96a307e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/.vitepress/composables/useListExtensionDetails.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ export default function (ids: string[]) {
3535
query,
3636
variables: { ids },
3737
}),
38+
headers: {
39+
'Content-Type': 'application/json',
40+
},
3841
})
3942
.then(async (res) => {
4043
isLoading.value = false;

0 commit comments

Comments
 (0)