You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/3.composables/7.search-content.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,4 +34,4 @@ Only available when using the simple search, aka non-indexed search.
34
34
35
35
## UseFetchOptions
36
36
37
-
An option is provided to customize the behavior of the `useFetch` composable used internally to only fetch the search content on client and lazy. This could avoid fetching the content on SSR and adding content to the `_payload.josn` file improving the performance of your app since `_payload` is loaded for hydration.
37
+
An option is provided to customize the behavior of the `useFetch` composable used internally to only fetch the search content on client and lazy. This could avoid fetching the content on SSR and adding content to the `_payload.json` file improving the performance of your app since `_payload` is loaded for hydration.
0 commit comments