Skip to content

Commit

Permalink
fix: LDP-1851: Fix fetching of homepage from the backend. (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtlBbx authored Jan 30, 2023
1 parent 5fbeb58 commit 62d65c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/composables/useDrupalCe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 62d65c2

Please sign in to comment.