Skip to content

Commit 3a7da4b

Browse files
committed
fixed libjs path
1 parent f01f3c0 commit 3a7da4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const app = express();
44

55
const whitelist = {
66
'scribe.js': 'dist/scribe.js',
7-
'scribe.lib.js': 'dist/vendors~scribe.lib.js',
7+
'scribe.lib.js': 'dist/vendors~scribe.js',
88
'signin.js': '',
99
'root.css': '',
1010
'toc.js': '',

0 commit comments

Comments
 (0)