Skip to content

Commit f4a8c9d

Browse files
committed
Use path.posix for static base
Since this is a web path and not platform-dependent.
1 parent 6fbbd83 commit f4a8c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/http.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const createClientConfiguration = (req: express.Request): ClientConfigura
3737

3838
return {
3939
base,
40-
csStaticBase: normalize(path.join(base, "_static/")),
40+
csStaticBase: normalize(path.posix.join(base, "_static/")),
4141
codeServerVersion,
4242
}
4343
}

0 commit comments

Comments
 (0)