fix(sidebar): fix sidebar links to specific document

This commit is contained in:
andatoshiki 2023-03-02 14:02:31 +08:00
parent d447063cb7
commit 9167a93b71

View File

@ -22,8 +22,8 @@ export const sidebar: DefaultTheme.Config['sidebar'] = {
text: 'Problems & Solutions',
collapsed: true,
items: [
{ text: 'Problem: 02-20', link: '/academic/chemistry/problems/2-20' },
{ text: 'Problem: 03-02', link: '/academic/chemistry/problems/3-2' },
{ text: 'Problem: 02-20', link: '/academic/chemistry/problems/02-20' },
{ text: 'Problem: 03-02', link: '/academic/chemistry/problems/03-02' },
],
},
],