From d4f3942fffd408a1b32951511b51cae7510628e8 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Thu, 24 Nov 2022 12:52:17 -0800 Subject: [PATCH] update docs --- docs/content/1.get-started/3.tips/5.headers.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/content/1.get-started/3.tips/5.headers.md b/docs/content/1.get-started/3.tips/5.headers.md index 1950951..035b7a9 100644 --- a/docs/content/1.get-started/3.tips/5.headers.md +++ b/docs/content/1.get-started/3.tips/5.headers.md @@ -7,9 +7,6 @@ title: Headers We can use the built-in `useRequestHeaders` to access/pass headers to any future internal requests during SSR. ```ts [plugins/client.ts] -import { httpBatchLink, createTRPCProxyClient } from '@trpc/client' -import type { AppRouter } from '@/server/trpc/routers' - export default defineNuxtPlugin(() => { const headers = useRequestHeaders()