Skip to content

Commit

Permalink
fix: 7.search-content.md typo
Browse files Browse the repository at this point in the history
_payload.josn should be _payload.json
  • Loading branch information
Erouax authored and Atinux committed Nov 21, 2023
1 parent 1f06910 commit 7bf8996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.composables/7.search-content.md
Expand Up @@ -34,4 +34,4 @@ Only available when using the simple search, aka non-indexed search.

## UseFetchOptions

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.
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 comments on commit 7bf8996

Please sign in to comment.