Skip to content

Commit f9b4de6

Browse files
piehorinokai
andauthored
Update src/build/content/prerendered.ts
Co-authored-by: Rob Stanford <[email protected]>
1 parent df703e8 commit f9b4de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/content/prerendered.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const writeCacheEntry = async (
4444
}
4545

4646
/**
47-
* Normalize routes by ensuring leading slashes and ensuring root path is index
47+
* Normalize routes by ensuring leading slashes and ensuring root path is /index
4848
*/
4949
const routeToFilePath = (path: string) => {
5050
if (path === '/') {

0 commit comments

Comments
 (0)