Skip to content

Commit

Permalink
Revert "Reapply "Reapply "test CI"""
Browse files Browse the repository at this point in the history
This reverts commit 32a30f4.
  • Loading branch information
brillout committed Sep 12, 2024
1 parent 32a30f4 commit 6c63cbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { hydrate } from '@tanstack/vue-query'
import type { OnBeforeRenderClientSync } from 'vike-vue/types'

const onBeforeRenderClient: OnBeforeRenderClientSync = (pageContext): ReturnType<OnBeforeRenderClientSync> => {
//hydrateVueQuery(pageContext)
hydrateVueQuery(pageContext)
}

type PageContext = Parameters<typeof onBeforeRenderClient>[0]
Expand Down

0 comments on commit 6c63cbf

Please sign in to comment.