We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6274cf9 + 11f4a46 commit 7654784Copy full SHA for 7654784
src/core/route.ts
@@ -14,6 +14,7 @@ function getRoutePathName(filePath: string, rootPath: string) {
14
.replace(rootPath, "")
15
.replace("[", "{")
16
.replace("]", "}")
17
+ .replaceAll("\\", "/")
18
.replace("/route.ts", "");
19
}
20
0 commit comments