Skip to content

Commit

Permalink
prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyCvn committed Sep 28, 2024
1 parent 6174ec4 commit 4732005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ anthony:
page: true
socials:
linkedin: anthonycavin
github: AnthonyCvn
github: AnthonyCvn
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const config = {
(item) =>
!item.url.includes("/blog/page/") &&
!item.url.includes("/blog/tags/") &&
!item.url.includes("/search")
!item.url.includes("/search"),
);
},
},
Expand Down

0 comments on commit 4732005

Please sign in to comment.