Skip to content

Commit

Permalink
Remove require.resolve usages from docusaurus.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Mar 17, 2024
1 parent ce07c5d commit 2e3cc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config: Config = {

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
plugins: [require.resolve('docusaurus-plugin-image-zoom')],
plugins: ['docusaurus-plugin-image-zoom'],

// Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you
Expand Down

0 comments on commit 2e3cc71

Please sign in to comment.