Skip to content

Commit 28c6420

Browse files
committed
Fix a dumb misuse of path.join().
1 parent c881f70 commit 28c6420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module.exports = {
7979
proxyTimeout: 10000,
8080

8181
// Public directory containing static files.
82-
publicDir: path.join(__dirname, '/../public'),
82+
publicDir: path.join(__dirname, '..', 'public'),
8383

8484
// Array of request header names that should be relayed from the user to
8585
// GitHub.

0 commit comments

Comments
 (0)