mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +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'],
|
locales: ['en'],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
scripts: [
|
||||||
|
{
|
||||||
|
src: 'https://code.jquery.com/jquery-3.7.1.min.js',
|
||||||
|
async: true,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
presets: [
|
presets: [
|
||||||
[
|
[
|
||||||
'classic',
|
'classic',
|
||||||
|
|||||||
Reference in New Issue
Block a user