Skip to content

Commit 62d65c2

Browse files
authored
fix: LDP-1851: Fix fetching of homepage from the backend. (#104)
1 parent 5fbeb58 commit 62d65c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/composables/useDrupalCe.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export const useDrupalCeFetchPage = async (path: string, useFetchOptions = {}) =
1111
const pageState = useState(`page-${path}`, () => {})
1212

1313
useFetchOptions.query = useFetchOptions.query ?? {}
14-
useFetchOptions.query._content_format = useFetchOptions.query._content_format ?? 'json'
1514
useFetchOptions.key = `page-${path}`
1615
useFetchOptions.baseURL = baseURL
1716

0 commit comments

Comments
 (0)