Skip to content

Commit

Permalink
remove a require from docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tukib authored Dec 1, 2023
1 parent 40e8ce6 commit b787df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const config = {
"@docusaurus/theme-classic",
// See: https://docusaurus.io/docs/api/themes/@docusaurus/theme-classic#configuration
{
customCss: require.resolve("./src/css/custom.css"),
customCss: "./src/css/custom.css",
},
],
],
Expand Down

0 comments on commit b787df6

Please sign in to comment.