We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550c0e9 commit d8aa1f7Copy full SHA for d8aa1f7
README.md
@@ -13,7 +13,7 @@
13
14
In Nuxt 3 you can make use of [Route Rules](https://nitro.unjs.io/guide/routing) to configure your proxies.
15
16
-```
+```ts
17
export default defineNuxtConfig({
18
routeRules: {
19
'/proxy/example': { proxy: 'https://example.com' },
0 commit comments