mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-09 13:26:34 +10:00
[build] 4.1.0
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docsify-server-renderer",
|
||||
"version": "4.0.2",
|
||||
"version": "4.1.0",
|
||||
"description": "docsify server renderer",
|
||||
"author": {
|
||||
"name": "qingwei-li",
|
||||
|
||||
Reference in New Issue
Block a user