mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
hot fix
This commit is contained in:
parent
a8b30263af
commit
eab91363ae
@ -47,5 +47,5 @@ exports.escapeSignature = function (signature) {
|
||||
};
|
||||
|
||||
exports.staticFile = function (filePath) {
|
||||
return path.join(config.site_static_host, filePath);
|
||||
return config.site_static_host + filePath;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user