We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server.proxy
docs: Fix the confusing example of server.proxy (#4485) (2faef0b)
+++ b/docs/config/index.md @@ -396,7 +396,7 @@ export default defineConfig(async ({ command, mode }) => { server: { proxy: { // string shorthand - '/foo': 'http://localhost:4567/foo', + '/foo': 'http://localhost:4567', // with options '/api': { target: 'http://jsonplaceholder.typicode.com',
The text was updated successfully, but these errors were encountered:
docs(sync): resolve #38
f6a4ccc
Successfully merging a pull request may close this issue.
docs: Fix the confusing example of
server.proxy
(#4485) (2faef0b)The text was updated successfully, but these errors were encountered: