mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
docs: fix missing title
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
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.
|
||||
|
||||
The createNuxtApiHandler` function conveniently allows you to specify a `responseMeta` function.
|
||||
|
||||
Reference in New Issue
Block a user