diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..ea7f594 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "iamdenny", + "name": "Denny Lim", + "avatar_url": "https://avatars.githubusercontent.com/u/1505166?v=4", + "profile": "http://iamdenny.com", + "contributions": [ + "bug", + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "next-http-proxy-middleware", + "projectOwner": "stegano", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/README.md b/README.md index 99cdf98..c6d2c69 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Next.js HTTP Proxy Middleware + +[](#contributors-) + HTTP Proxy middleware available in API Middleware provided by Next.js. @@ -49,3 +52,23 @@ export default (req: NextApiRequest, res: NextApiResponse) => ( : res.status(404).send(null) ); ``` + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + +
Denny Lim 🐛 💻 |
+