mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
add jquery to docusaurus.config.js to try and fix jquery undefinded error for google tag manager plugin
This commit is contained in:
@@ -26,6 +26,13 @@ const config = {
|
||||
locales: ['en'],
|
||||
},
|
||||
|
||||
scripts: [
|
||||
{
|
||||
src: 'https://code.jquery.com/jquery-3.7.1.min.js',
|
||||
async: true,
|
||||
},
|
||||
],
|
||||
|
||||
presets: [
|
||||
[
|
||||
'classic',
|
||||
|
||||
Reference in New Issue
Block a user