Skip to content

Commit

Permalink
fix sites without a static dir
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jun 17, 2024
1 parent 32d5ab0 commit 7de274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus/src/webpack/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async function createBaseClientConfig({
name: 'Client',
}),
await createStaticDirectoriesCopyPlugin({props}),
],
].filter(Boolean),
});
}

Expand Down

0 comments on commit 7de274e

Please sign in to comment.