mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 05:25:56 +00:00
fix(syntax): add missing trailing comma to end line within brackets that initate build failures due to erraneous syntaxes
This commit is contained in:
parent
49571a0965
commit
41cb6ffe30
@ -216,8 +216,8 @@ export const sidebar: DefaultTheme.Config['sidebar'] = {
|
|||||||
link: '/academic/cis105/cis105-l11-lecture-note',
|
link: '/academic/cis105/cis105-l11-lecture-note',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Lect 12: Introduction to SQL'
|
text: 'Lect 12: Introduction to SQL',
|
||||||
link: '/academic/cis105/cis105l-12-lecture-note'
|
link: '/academic/cis105/cis105l-12-lecture-note',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user