diff --git a/app/pages/index.vue b/app/pages/index.vue index fb14b9221..9d4ded701 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -20,12 +20,8 @@ let baseURL = url.protocol + '//' + url.host + '/stac' let catalogPath = `${baseURL}/catalog.json` -let headers = useRequestHeaders() - -console.log({ headers }) - let { data: catalogJson } = await useFetch(catalogPath, { - headers, + credentials: 'include', }) let catalog = catalogJson.value