Skip to content

Commit 8a3c447

Browse files
committed
minor change
1 parent b160575 commit 8a3c447

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
window.$docsify = {
1515
name: 'dat-workshop',
1616
repo: 'https://github.com/geut/dat-workshop',
17-
basePath: window.location.pathname,
1817
auto2top: true,
1918
loadSidebar: true,
2019
loadNavbar: true,
@@ -27,7 +26,7 @@
2726
alias: {
2827
// es
2928
'/es/problems/(\\d*)/': '/problems/$1/README.es.md',
30-
'/es/(problems\/\\d*)?(.*)': '/i18n/es/$2',
29+
'/es/(problems\/\\d*\/)?(.*)': '/i18n/es/$2',
3130

3231
// fallback
3332
'/(.*)/_navbar.md': '/_navbar.md',

0 commit comments

Comments
 (0)