We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fbeb58 commit 62d65c2Copy full SHA for 62d65c2
src/runtime/composables/useDrupalCe.ts
@@ -11,7 +11,6 @@ export const useDrupalCeFetchPage = async (path: string, useFetchOptions = {}) =
11
const pageState = useState(`page-${path}`, () => {})
12
13
useFetchOptions.query = useFetchOptions.query ?? {}
14
- useFetchOptions.query._content_format = useFetchOptions.query._content_format ?? 'json'
15
useFetchOptions.key = `page-${path}`
16
useFetchOptions.baseURL = baseURL
17
0 commit comments