add jquery to docusaurus.config.js to try and fix jquery undefinded error for google tag manager plugin

This commit is contained in:
darrell-thobe-sp
2024-07-23 11:29:35 -04:00
parent 443caff6dc
commit 6843f90ebb

View File

@@ -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',