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.
1 parent 6274cf9 commit 11f4a46Copy full SHA for 11f4a46
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