From b5e75412915103f63fad3e0d232b69294d76b067 Mon Sep 17 00:00:00 2001 From: rohrig Date: Mon, 2 Oct 2023 14:36:25 +0200 Subject: [PATCH] chore: remove unneed prerequisites --- .../2.pass-custom-headers-and-cookies-to-requests.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/content/3.cookbook/2.pass-custom-headers-and-cookies-to-requests.md b/docs/content/3.cookbook/2.pass-custom-headers-and-cookies-to-requests.md index 719eccd41d..2fb3e1412d 100644 --- a/docs/content/3.cookbook/2.pass-custom-headers-and-cookies-to-requests.md +++ b/docs/content/3.cookbook/2.pass-custom-headers-and-cookies-to-requests.md @@ -10,9 +10,6 @@ In this tutorial, we'll demonstrate how to set up an interceptor to pass headers After passing the headers to the axios client, we'll also show you how to pass them to external services using the API Client. -## Prerequisites: -Ensure you have the Vue Storefront SDK set up in your project. - ## Notes ::info This guide uses the integrations boilerplate with the nuxt option. The same basic principles apply to other frameworks, but the implementation may vary.