From f9b4de68359fa8d4d83dcc4128b4c88cc40353b3 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Wed, 16 Oct 2024 12:35:06 +0200 Subject: [PATCH] Update src/build/content/prerendered.ts Co-authored-by: Rob Stanford --- src/build/content/prerendered.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/content/prerendered.ts b/src/build/content/prerendered.ts index 03854c6104..be58e50b2f 100644 --- a/src/build/content/prerendered.ts +++ b/src/build/content/prerendered.ts @@ -44,7 +44,7 @@ const writeCacheEntry = async ( } /** - * Normalize routes by ensuring leading slashes and ensuring root path is index + * Normalize routes by ensuring leading slashes and ensuring root path is /index */ const routeToFilePath = (path: string) => { if (path === '/') {