From 79a0be3de9c20c68eed5500db54632e039c8b1fd Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Wed, 19 Jun 2024 12:56:16 -0400 Subject: [PATCH] added crisp --- docs_projectinca/astro.config.mjs | 8 ++++++++ docs_projectinca/crisp.js | 1 + 2 files changed, 9 insertions(+) create mode 100644 docs_projectinca/crisp.js diff --git a/docs_projectinca/astro.config.mjs b/docs_projectinca/astro.config.mjs index 91fd6b5..9196d46 100644 --- a/docs_projectinca/astro.config.mjs +++ b/docs_projectinca/astro.config.mjs @@ -48,6 +48,14 @@ export default defineConfig({ ], }, ], + head: [ + { + tag: 'script', + attrs: { + src: 'https://git.ourworld.tf/tfgrid/info_tfgrid/raw/branch/development/docs_projectinca/crisp.js', + }, + }, + ], }), ], }); diff --git a/docs_projectinca/crisp.js b/docs_projectinca/crisp.js new file mode 100644 index 0000000..24d8223 --- /dev/null +++ b/docs_projectinca/crisp.js @@ -0,0 +1 @@ +window.$crisp=[];window.CRISP_WEBSITE_ID="0a5fd185-92cf-4cac-b44c-0e34f8326cab";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})(); \ No newline at end of file