From 026cf15613ff5eec61c3a5a936ebc066d253735e Mon Sep 17 00:00:00 2001 From: Lasse Diercks Date: Thu, 23 May 2024 00:21:12 +0200 Subject: [PATCH] docs: introduce hint and link to environment override feature (#27315) --- docs/1.getting-started/11.testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.getting-started/11.testing.md b/docs/1.getting-started/11.testing.md index 3454b103bb..9ae5b6264c 100644 --- a/docs/1.getting-started/11.testing.md +++ b/docs/1.getting-started/11.testing.md @@ -373,7 +373,7 @@ registerEndpoint('/test/', { }) ``` -> **Note**: If your requests in a component go to external API, you can use `baseURL` and then make it empty using Nuxt Environment Config (`$test`) so all your requests will go to Nitro server. +> **Note**: If your requests in a component go to an external API, you can use `baseURL` and then make it empty using [Nuxt Environment Override Config](/docs/getting-started/configuration#environment-overrides) (`$test`) so all your requests will go to Nitro server. #### Conflict with End-To-End Testing