diff --git a/scripts/deploy.js b/scripts/deploy.js index 652a2abd72de7212ee98f328c57c223de56d27e4..2ed85d8d17e9c0c775055648bf87289157f3e657 100644 --- a/scripts/deploy.js +++ b/scripts/deploy.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2019-2021 mol* contributors, licensed under MIT, See LICENSE file for more info. + * Copyright (c) 2019-2023 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose <alexander.rose@weirdbyte.de> */ @@ -15,7 +15,7 @@ const deployDir = path.resolve(buildDir, 'deploy/'); const localPath = path.resolve(deployDir, 'molstar.github.io/'); const analyticsTag = /<!-- __MOLSTAR_ANALYTICS__ -->/g; -const analyticsCode = `<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "c414cbae2d284ea995171a81e4a3e721"}'></script><!-- End Cloudflare Web Analytics -->`; +const analyticsCode = `<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "c414cbae2d284ea995171a81e4a3e721"}'></script><!-- End Cloudflare Web Analytics --><script defer src="https://web3dsurvey.com/collector.js"></script>`; function log(command, stdout, stderr) { if (command) {