Skip to content

Commit 745a783

Browse files
committed
update readme
1 parent f735fdb commit 745a783

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ export default defineNuxtConfig({
2929
'/api/users'
3030
]
3131
}
32-
}
32+
},
33+
// OR
34+
// runtimeConfig: {
35+
// proxy: {...}
36+
// }
3337
})
3438

3539
// GET /api/todos -> https://jsonplaceholder.typicode.com/todos [304]

0 commit comments

Comments
 (0)