docs: link to documentation in nuxt.config.js (#2285)

This commit is contained in:
Calum Knott 2021-12-06 10:28:17 +00:00 committed by GitHub
parent bb43d0a7a1
commit 87db67181f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,3 +72,5 @@ export default async (req: IncomingMessage, res: ServerResponse) => {
req.someValue = true
}
```
More information about custom middleware can be found in the documentation for [nuxt.config.js](./nuxt.config#servermiddleware)