Skip to content

Commit

Permalink
Add name to custom plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Mirjam Aulbach <[email protected]>
  • Loading branch information
programmiri committed Sep 4, 2024
1 parent 39d20b9 commit 253f469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ const config = {
}),
plugins: [
() => ({
name: "custom-plugin", // Add a unique name here
postBuild(props) {
createLinkFile(props);
addRedirectsFile(props);
Expand Down

0 comments on commit 253f469

Please sign in to comment.