Skip to content

Commit

Permalink
feat: content 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkim0 committed Dec 29, 2023
1 parent 8e9c223 commit 426c5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const config: Config = {
'classic',
{
docs: {
path: 'content/10 Wiki',
path: 'content/01 Wiki',
routeBasePath: 'wiki',
sidebarPath: require.resolve('./sidebars.ts'),
showLastUpdateTime: true,
Expand Down Expand Up @@ -54,7 +54,7 @@ const config: Config = {
},
},
blog: {
path: 'content/20 Posts',
path: 'content/02 Posts',
blogTitle: 'Posts',
blogDescription: 'Posts',
blogSidebarCount: 'ALL',
Expand Down

0 comments on commit 426c5f1

Please sign in to comment.