diff --git a/website/src/pages/plugins/presets/preset-client.mdx b/website/src/pages/plugins/presets/preset-client.mdx index 35fc3f4d98d..18417bf4a7d 100644 --- a/website/src/pages/plugins/presets/preset-client.mdx +++ b/website/src/pages/plugins/presets/preset-client.mdx @@ -491,6 +491,8 @@ console.log(response.status) console.log(await response.json()) ``` +### Hashing algorithm + To override the default hash algorithm of sha1 set `persistedDocuments.hashAlgorithm` ```ts filename="codegen.ts" {10-12}