Skip to content

Commit bd8374a

Browse files
committed
Attempt to fix
1 parent 6c31061 commit bd8374a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nsm/scripts/generate-routes.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ async function generateNsmPagesManifest(rootDir, outputDir) {
3636
.replace(parsedPagePath.ext, "")
3737
.replace("index", "")
3838

39-
const filePathWithoutExtension = path.join(
39+
const filePathWithoutExtension = path.posix.join(
4040
parsedPagePath.dir,
4141
filenameWithoutExtension,
4242
)
4343

44-
console.log({filePathWithoutExtension, relativePagePath})
45-
4644
manifest[`/${filePathWithoutExtension}`] = `pages/${relativePagePath}`
4745
}
4846

0 commit comments

Comments
 (0)