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