Skip to content

Commit

Permalink
remove custom.js loading
Browse files Browse the repository at this point in the history
  • Loading branch information
ceceppa committed Jul 26, 2024
1 parent d8990fb commit f50f91c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,6 @@ const config: Config = {
selector: '.zoom-me',
},
} satisfies ThemeConfig,
scripts: [
{
src: '/custom.js'
}
]

};

export default config;

0 comments on commit f50f91c

Please sign in to comment.