We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df703e8 commit f9b4de6Copy full SHA for f9b4de6
src/build/content/prerendered.ts
@@ -44,7 +44,7 @@ const writeCacheEntry = async (
44
}
45
46
/**
47
- * Normalize routes by ensuring leading slashes and ensuring root path is index
+ * Normalize routes by ensuring leading slashes and ensuring root path is /index
48
*/
49
const routeToFilePath = (path: string) => {
50
if (path === '/') {
0 commit comments