Skip to content

Commit

Permalink
docs: use consistent quotes in the routeRules example (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwarkjes authored Apr 4, 2023
1 parent a2a5c6e commit 8c8729b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.config.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ routeRules: {
'/api/v1/**': { cors: true, headers: { 'access-control-allow-methods': 'GET' } },
'/old-page': { redirect: '/new-page' },
'/proxy/example': { proxy: 'https://example.com' },
"/proxy/**": { proxy: '/api/**' },
'/proxy/**': { proxy: '/api/**' },
}
```

Expand Down

0 comments on commit 8c8729b

Please sign in to comment.