From 0a2d490bf8cb0dbfe3ccfc936d71b33fb9c59899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corn=C3=A9=20Dorrestijn?= Date: Mon, 2 Oct 2023 11:42:17 +0200 Subject: [PATCH] Added the fileExtensions field to file-system-router.md (#6231) --- docs/api/file-system-router.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/file-system-router.md b/docs/api/file-system-router.md index 964652401f..8e1fbe0fc2 100644 --- a/docs/api/file-system-router.md +++ b/docs/api/file-system-router.md @@ -93,6 +93,7 @@ interface Bun { style: "nextjs"; origin?: string; assetPrefix?: string; + fileExtensions?: string[]; }); reload(): void;