fix(tl-ref): history section navigation for prod

This commit is contained in:
teidesu 2021-06-05 18:33:35 +03:00
parent 599250d0af
commit 79af4c4425

View file

@ -45,7 +45,7 @@ const pages = [
{ {
path: '/history', path: '/history',
name: 'History', name: 'History',
regex: /^\/history(\/|$)/, regex: /^(?:\/tl)?\/history(\/|$)/,
}, },
] ]