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 10e4d5e commit b4707e9Copy full SHA for b4707e9
README.md
@@ -15,6 +15,7 @@ npm install nuxt-proxy
15
```ts
16
export default defineNuxtConfig({
17
modules: ['nuxt-proxy'],
18
+ // See options here https://github.com/chimurai/http-proxy-middleware#options
19
proxy: {
20
target: 'https://jsonplaceholder.typicode.com',
21
changeOrigin: true,
0 commit comments