From 5017aeb85884880261a79b9b2ffacffc7337648d Mon Sep 17 00:00:00 2001 From: Jun Shindo <46585162+jay-es@users.noreply.github.com> Date: Fri, 25 Jun 2021 00:18:54 +0900 Subject: [PATCH] docs: add a comma to the code (#3941) --- docs/config/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/index.md b/docs/config/index.md index b8889e78467ada..67365b2ec96504 100644 --- a/docs/config/index.md +++ b/docs/config/index.md @@ -406,7 +406,7 @@ export default async ({ command, mode }) => { target: 'http://jsonplaceholder.typicode.com', changeOrigin: true, rewrite: (path) => path.replace(/^\/fallback/, '') - } + }, // Using the proxy instance '/api': { target: 'http://jsonplaceholder.typicode.com',