docs: fix missing title

This commit is contained in:
wobsoriano
2023-08-23 12:48:32 -07:00
parent 9808375f31
commit 057c8f8d3a

View File

@@ -2,6 +2,8 @@
title: Response Caching title: Response Caching
--- ---
## Response Caching
Your server responses must [satisfy some criteria](https://vercel.com/docs/concepts/functions/serverless-functions/edge-caching) in order for them to be cached (i.e. by Vercel's Edge Network). Please refer to [this section of the tRPC.io documentation](https://trpc.io/docs/caching) for more information. Your server responses must [satisfy some criteria](https://vercel.com/docs/concepts/functions/serverless-functions/edge-caching) in order for them to be cached (i.e. by Vercel's Edge Network). Please refer to [this section of the tRPC.io documentation](https://trpc.io/docs/caching) for more information.
The createNuxtApiHandler` function conveniently allows you to specify a `responseMeta` function. The createNuxtApiHandler` function conveniently allows you to specify a `responseMeta` function.