Skip to content

Commit

Permalink
docs: fix rou3 link in nitro.js (#29775)
Browse files Browse the repository at this point in the history
  • Loading branch information
luxterful authored Nov 4, 2024
1 parent 6a1fed1 commit 177d311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/src/config/nitro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default defineUntypedSchema({
* Each handler accepts the following options:
*
* - 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.
* - middleware: Specifies whether it is a middleware handler.
* - lazy: Specifies whether to use lazy loading to import the handler.
Expand Down

0 comments on commit 177d311

Please sign in to comment.