diff --git a/src/runtime/composables/useDrupalCe.ts b/src/runtime/composables/useDrupalCe.ts index b724b34..94f0b44 100644 --- a/src/runtime/composables/useDrupalCe.ts +++ b/src/runtime/composables/useDrupalCe.ts @@ -11,7 +11,6 @@ export const useDrupalCeFetchPage = async (path: string, useFetchOptions = {}) = const pageState = useState(`page-${path}`, () => {}) useFetchOptions.query = useFetchOptions.query ?? {} - useFetchOptions.query._content_format = useFetchOptions.query._content_format ?? 'json' useFetchOptions.key = `page-${path}` useFetchOptions.baseURL = baseURL