docs: fix rou3 link in nitro.js (#29775)

This commit is contained in:
Lukas Bauer 2024-11-04 18:59:59 +01:00 committed by Daniel Roe
parent b104db081b
commit 38e40ce2bd
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -48,7 +48,7 @@ export default defineUntypedSchema({
* Each handler accepts the following options: * Each handler accepts the following options:
* *
* - handler: The path to the file defining the handler. * - handler: The path to the file defining the handler.
* - route: The route under which the handler is available. This follows the conventions of [rou3](https://github.com/unjs/rou3.) * - route: The route under which the handler is available. This follows the conventions of [rou3](https://github.com/unjs/rou3).
* - method: The HTTP method of requests that should be handled. * - method: The HTTP method of requests that should be handled.
* - middleware: Specifies whether it is a middleware handler. * - middleware: Specifies whether it is a middleware handler.
* - lazy: Specifies whether to use lazy loading to import the handler. * - lazy: Specifies whether to use lazy loading to import the handler.