fix(tl-ref): history section navigation for prod
This commit is contained in:
parent
599250d0af
commit
79af4c4425
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ const pages = [
|
||||||
{
|
{
|
||||||
path: '/history',
|
path: '/history',
|
||||||
name: 'History',
|
name: 'History',
|
||||||
regex: /^\/history(\/|$)/,
|
regex: /^(?:\/tl)?\/history(\/|$)/,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue