Skip to content

Commit c491760

Browse files
author
iitzIrFan
committed
feat: add empty scripts array to Docusaurus configuration
1 parent 1f7d866 commit c491760

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ const config: Config = {
283283
},
284284
],
285285
],
286+
scripts: [],
286287
};
287288

288289
export default config;

0 commit comments

Comments
 (0)