diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 2a8c1676..fef0a5e7 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -23,6 +23,16 @@ export default defineConfig({ editLink: { baseUrl: "https://github.com/archgate/cli/edit/main/docs/", }, + head: [ + { + tag: "script", + attrs: { + defer: true, + src: "https://static.cloudflareinsights.com/beacon.min.js", + "data-cf-beacon": '{"token": "cee359c05ecc496aabc4f40f05302a03"}', + }, + }, + ], sidebar: [ { label: "Getting Started",