Skip to content

Commit

Permalink
docs(readme): remove link to old send (#496)
Browse files Browse the repository at this point in the history
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
Fdawgs authored Jan 4, 2025
1 parent be36233 commit fd2e776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -216,7 +216,7 @@ If the function returns `false`, Fastify's 404 handler will be called.

Default: `undefined`

Under the hood we use [send](https://github.com/pillarjs/send#index) lib that by default supports "index.html" files.
Under the hood we use [`@fastify/send`](https://www.npmjs.com/package/@fastify/send) lib that by default supports "index.html" files.
To disable this set false or to supply a new index pass a string or an array in preferred order.

#### `serveDotFiles`

0 comments on commit fd2e776

Please sign in to comment.