Skip to content

Commit

Permalink
docs: add a comma to the code (vitejs#3941)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-es authored and aleclarson committed Nov 8, 2021
1 parent 491e95d commit 5017aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5017aeb

Please sign in to comment.