Skip to content

Commit

Permalink
docs: fix missing title
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Aug 23, 2023
1 parent 9808375 commit 057c8f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/1.get-started/5.tips/6.response-caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

1 comment on commit 057c8f8

@vercel
Copy link

@vercel vercel bot commented on 057c8f8 Aug 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

trpc-nuxt – ./

trpc-nuxt.vercel.app
trpc-nuxt-git-main-wobsoriano.vercel.app
trpc-nuxt-wobsoriano.vercel.app

Please sign in to comment.