Skip to content

Commit 52dd281

Browse files
committed
Fix bug/Error
1 parent 3d0f184 commit 52dd281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ const config = {
548548
routeBasePath: "cyber-security",
549549
// breadcrumbs: true,
550550
// editUrl: "#",
551-
sidebarPath: require.resolve("./cybersecuritysidebars.ts"),
551+
sidebarPath: require.resolve("./cybersecuritySidebars.ts"),
552552
remarkPlugins: [remarkMath, rehypeKatex],
553553
showLastUpdateAuthor: true,
554554
showLastUpdateTime: true,

0 commit comments

Comments
 (0)