diff --git a/getting-started/nodejs.md b/getting-started/nodejs.md index 615948c3..bfe17a33 100644 --- a/getting-started/nodejs.md +++ b/getting-started/nodejs.md @@ -160,22 +160,6 @@ app.get( ) ``` -### `mimes` - -You can add MIME types with `mimes`: - -```ts -app.get( - '/static/*', - serveStatic({ - mimes: { - m3u8: 'application/vnd.apple.mpegurl', - ts: 'video/mp2t', - } - }) -) -``` - ## http2 You can run hono on a [Node.js http2 Server](https://nodejs.org/api/http2.html).