Skip to content

Commit 4667324

Browse files
authored
Update configuration.md
docsifyjs/docsify#1511
1 parent 0b7485d commit 4667324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ window.$docsify = {
326326
```js
327327
window.$docsify = {
328328
alias: {
329-
'/foo/(+*)': '/bar/$1', // supports regexp
329+
'/foo/(.*)': '/bar/$1', // supports regexp
330330
'/zh-cn/changelog': '/changelog',
331331
'/changelog':
332332
'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG',

0 commit comments

Comments
 (0)