Skip to content

Commit

Permalink
feat: correct i18n redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
altrusl committed Nov 15, 2023
1 parent 0c4a975 commit 9e4a3ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/.vitepress/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default defineConfig({
sidebar: {
"/": sidebar_ru,
"/book/": sidebar_book_ru,
"/vue-webapp/": sidebar_vue_webapp_ru,
},
},
head: [
Expand Down Expand Up @@ -51,7 +50,6 @@ export default defineConfig({
nav: nav_en,
sidebar: {
"/en/": sidebar_en,
"/en/vue-webapp/": sidebar_vue_webapp_en,
},
},
head: [
Expand Down

0 comments on commit 9e4a3ec

Please sign in to comment.