mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
Enable Analytics
This commit is contained in:
@@ -136,6 +136,12 @@ module.exports = {
|
||||
],
|
||||
],
|
||||
plugins: [
|
||||
[
|
||||
require.resolve('docusaurus-gtm-plugin'),
|
||||
{
|
||||
id: 'GTM-57KS2MW', // GTM Container ID
|
||||
}
|
||||
],
|
||||
[
|
||||
'@docusaurus/plugin-client-redirects',
|
||||
{
|
||||
@@ -669,4 +675,19 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
],
|
||||
scripts: [
|
||||
{
|
||||
src: 'https://cdn.cookielaw.org/scripttemplates/otSDKStub.js',
|
||||
type:'text/javascript',
|
||||
charset: 'UTF-8',
|
||||
'data-domain-script': '0f98beb0-fc4c-417d-a42e-564e2cae42d2',
|
||||
async: true
|
||||
},
|
||||
{
|
||||
src: '/scripts/optanonwrapper.js',
|
||||
type:'text/javascript',
|
||||
async: true
|
||||
},
|
||||
// "/scripts/optanonwrapper.js"
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user