[build] 4.1.0

This commit is contained in:
qingwei.li 2017-05-30 12:14:33 +08:00
commit 1ae0a9a845
No known key found for this signature in database
GPG key ID: B6DDC2F7AE80B2F4
3 changed files with 5 additions and 5 deletions

View file

@ -3493,11 +3493,11 @@ var HTML5History = (function (History$$1) {
path = path.slice(0, queryIndex);
}
var base = getPath(location.origin, this.getBasePath());
var base = getPath(location.origin);
var baseIndex = path.indexOf(base);
if (baseIndex > -1) {
path = path.slice(baseIndex + base.length - 1);
path = path.slice(baseIndex + base.length);
}
return {

4
lib/docsify.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "docsify-server-renderer",
"version": "4.0.2",
"version": "4.1.0",
"description": "docsify server renderer",
"author": {
"name": "qingwei-li",