Skip to content

Commit

Permalink
[#3] 💚 Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bokdol-soohyeon committed Apr 19, 2024
1 parent 148947e commit 7060158
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ const config: Config = {
{
docs: {
sidebarPath: './sidebars.ts',
editUrl: (params) =>
`https://github.com/NaverPayDev/pie/tree/main/packages/${params.docPath}`,
editUrl: (params) => `https://github.com/NaverPayDev/pie/tree/main/packages/${params.docPath}`,
},
blog: {
showReadingTime: true,
Expand Down

0 comments on commit 7060158

Please sign in to comment.