Skip to content

Commit b4707e9

Browse files
committed
update readme
1 parent 10e4d5e commit b4707e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ npm install nuxt-proxy
1515
```ts
1616
export default defineNuxtConfig({
1717
modules: ['nuxt-proxy'],
18+
// See options here https://github.com/chimurai/http-proxy-middleware#options
1819
proxy: {
1920
target: 'https://jsonplaceholder.typicode.com',
2021
changeOrigin: true,

0 commit comments

Comments
 (0)